Module: Olivander
- Defined in:
- lib/olivander/version.rb,
lib/olivander.rb,
lib/olivander/engine.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
Overview
needed for gem
Defined Under Namespace
Modules: ApplicationHelper, Components, Menus, Resources Classes: ApplicationContext, ApplicationController, ApplicationJob, ApplicationMailer, CurrentContext, Datatable, Engine
Constant Summary collapse
- VERSION =
'0.2.0.40'
Class Method Summary collapse
-
.root ⇒ Object
Root pathname to get the path of Olivander files like templates or dictionaries.
Class Method Details
.root ⇒ Object
Root pathname to get the path of Olivander files like templates or dictionaries
10 11 12 |
# File 'lib/olivander.rb', line 10 def self.root @root ||= Pathname.new(__dir__).freeze end |