method
resource_action_separator=
v3.0.9 -
Show latest stable
- Class:
ActionController::Base::DeprecatedBehavior
resource_action_separator=(val)public
No documentation available.
# File actionpack/lib/action_controller/deprecated/base.rb, line 102
def resource_action_separator=(val)
ActiveSupport::Deprecation.warn "ActionController::Base.resource_action_separator is deprecated and only " "works with the deprecated router DSL."
@resource_action_separator = val
end