Module: ImplicitResource

Extended by:
ActiveSupport::Concern
Defined in:
lib/implicit_resource.rb,
lib/implicit_resource/railtie.rb,
lib/implicit_resource/version.rb

Defined Under Namespace

Classes: Railtie

Constant Summary collapse

ACTIONS =
[:index, :show, :new, :create, :edit, :update, :destroy]
VERSION =
"0.2.0"