Module: Olivander

Defined in:
lib/olivander.rb,
lib/olivander/engine.rb,
lib/olivander/version.rb,
lib/olivander/menus/menu_item.rb,
lib/olivander/application_context.rb,
app/datatables/olivander/datatable.rb,
app/jobs/olivander/application_job.rb,
app/helpers/olivander/application_helper.rb,
app/mailers/olivander/application_mailer.rb,
app/controllers/olivander/application_controller.rb,
app/components/olivander/components/post_component.rb,
app/components/olivander/components/portlet_component.rb,
app/components/olivander/components/small_box_component.rb,
app/controllers/concerns/olivander/resources/route_builder.rb,
app/components/olivander/components/table_portlet_component.rb,
app/controllers/concerns/olivander/resources/crud_controller.rb,
app/controllers/concerns/olivander/resources/application_record.rb,
app/controllers/concerns/olivander/resources/auto_form_attributes.rb

Defined Under Namespace

Modules: ApplicationHelper, Components, Menus, Resources Classes: ApplicationContext, ApplicationController, ApplicationJob, ApplicationMailer, CurrentContext, Datatable, Engine

Constant Summary collapse

VERSION =
'0.2.0.13'.freeze

Class Method Summary collapse

Class Method Details

.rootObject

Root pathname to get the path of Olivander files like templates or dictionaries



9
10
11
# File 'lib/olivander.rb', line 9

def self.root
  @root ||= Pathname.new(__dir__).freeze
end