module InheritedResourcesController

Public Instance Methods

create() click to toggle source
# File lib/generators/inherited_resources_views/templates/controllers/inherited_resources_controller.rb, line 7
def create
  create! { collection_url }
end
update() click to toggle source
# File lib/generators/inherited_resources_views/templates/controllers/inherited_resources_controller.rb, line 11
def update
  update! { collection_url }
end