Method: HaveAPI::Context#action_scope
- Defined in:
- lib/haveapi/context.rb
#action_scope ⇒ Object
89 90 91 |
# File 'lib/haveapi/context.rb', line 89 def action_scope "#{resource_path.map(&:downcase).join('.')}##{action.action_name.underscore}" end |