Module: DamageControl::Web::Configuration
- Included in:
- Project, Tracker::Base, RSCM::AbstractSCM
- Defined in:
- app/controllers/rscm_ext.rb
Instance Method Summary collapse
- #selected? ⇒ Boolean
-
#short ⇒ Object
Returns the short lowercase name.
Instance Method Details
#selected? ⇒ Boolean
16 17 18 |
# File 'app/controllers/rscm_ext.rb', line 16 def selected? false end |
#short ⇒ Object
Returns the short lowercase name. Used for javascript and render_partial.
21 22 23 |
# File 'app/controllers/rscm_ext.rb', line 21 def short $1.downcase if self.class.name =~ /.*::(.*)/ end |