Mercurial > hg > soundsoftware-site
view vendor/plugins/redmine_checkout/lib/checkout_helper.rb @ 179:da7cba64948d feature_55
new column in institutions table: order
new seed data function
author | luisf |
---|---|
date | Wed, 02 Feb 2011 18:17:02 +0000 |
parents | 020926a36823 |
children |
line wrap: on
line source
module CheckoutHelper class <<self def supported_scm Object.const_defined?("REDMINE_SUPPORTED_SCM") ? REDMINE_SUPPORTED_SCM : Redmine::Scm::Base.all end end end