Module: Faalis::Dashboard::DSL

Extended by:
ActiveSupport::Concern
Includes:
Sections::Resource, Sections::ResourceCreate, Sections::ResourceDestroy, Sections::ResourceShow, Sections::ResourcesIndex, Sections::Sidebar
Included in:
ApplicationController
Defined in:
lib/faalis/dashboard/dsl.rb,
lib/faalis/dashboard/dsl/base.rb,
lib/faalis/dashboard/dsl/show.rb,
lib/faalis/dashboard/dsl/index.rb,
lib/faalis/dashboard/dsl/create.rb,
lib/faalis/dashboard/dsl/update.rb

Defined Under Namespace

Modules: ClassMethods Classes: Base, Create, Index, Show, Update

Instance Attribute Summary collapse

Method Summary

Methods included from Sections::ResourceDestroy

#destroy

Methods included from Sections::ResourceShow

#show

Methods included from Sections::ResourceCreate

#create, #edit, #new, #update

Methods included from Sections::ResourcesIndex

#index

Methods included from Sections::Resource

#_resource_title

Instance Attribute Details

#_override_viewsObject

Returns the value of attribute _override_views.



21
22
23
# File 'lib/faalis/dashboard/dsl.rb', line 21

def _override_views
  @_override_views
end