Module InheritedResources
In: lib/inherited_resources.rb
lib/inherited_resources/singleton_helpers.rb
lib/inherited_resources/url_helpers.rb
lib/inherited_resources/base_helpers.rb
lib/inherited_resources/belongs_to_helpers.rb
lib/inherited_resources/blank_slate.rb
lib/inherited_resources/actions.rb
lib/inherited_resources/responder.rb
lib/inherited_resources/dsl.rb
lib/inherited_resources/version.rb
lib/inherited_resources/polymorphic_helpers.rb
lib/inherited_resources/shallow_helpers.rb
lib/inherited_resources/class_methods.rb

Methods

Classes and Modules

Module InheritedResources::Actions
Module InheritedResources::BaseHelpers
Module InheritedResources::BelongsToHelpers
Module InheritedResources::ClassMethods
Module InheritedResources::DSL
Module InheritedResources::PolymorphicHelpers
Module InheritedResources::ShallowHelpers
Module InheritedResources::SingletonHelpers
Module InheritedResources::UrlHelpers
Class InheritedResources::BlankSlate
Class InheritedResources::Railtie
Class InheritedResources::Responder

Constants

ACTIONS = [ :index, :show, :new, :edit, :create, :update, :destroy ] unless self.const_defined?(:ACTIONS)
VERSION = '1.6.0'.freeze

Public Class methods

Change the flash keys used by FlashResponder.

[Validate]