Method: DamageControl::Web::Configuration#short
- Defined in:
- app/controllers/rscm_ext.rb
#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 |