view vendor/plugins/redmine_checkout/lib/checkout_helper.rb @ 1088:a9311b2d850f issue_540

Overrides activities controller _recent.html.erb view (so that it displays a publication in the my page).
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 23 Nov 2012 17:53:51 +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