Flowdock
method

prefix_name_for_action

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::Mapper::Resources
prefix_name_for_action(as, action) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1312
          def prefix_name_for_action(as, action)
            if as
              as.to_s
            elsif !canonical_action?(action, @scope[:scope_level])
              action.to_s
            end
          end
Register or log in to add new notes.