Method: Jets::Router::MethodCreator::Code#action
- Defined in:
- lib/jets/router/method_creator/code.rb
#action ⇒ Object
35 36 37 |
# File 'lib/jets/router/method_creator/code.rb', line 35 def action @action || self.class.name.split('::').last.downcase # MethodCreator::Edit, MethodCreator::New, etc end |