Flowdock
method

new

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Resources::SingletonResource
new(entity, options) public

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_controller/resources.rb, line 174
      def initialize(entity, options)
        @singular = @plural = entity
        options[:controller] ||= @singular.to_s.pluralize
        super
      end
Register or log in to add new notes.