Method: Phaseout::Handler#class_index_key
- Defined in:
- lib/phaseout/handler.rb
#class_index_key ⇒ Object
42 43 44 |
# File 'lib/phaseout/handler.rb', line 42 def class_index_key ['action:', @controller.class.name, '#', @action].join.gsub(/\s+/, '_').underscore end |