Module: LotusAdmin
- Defined in:
- lib/lotus_admin.rb,
lib/lotus_admin/engine.rb,
lib/lotus_admin/router.rb,
lib/lotus_admin/version.rb,
app/models/lotus_admin/user.rb,
lib/lotus_admin/configuration.rb,
app/services/lotus_admin/exporter.rb,
app/mailers/lotus_admin/user_mailer.rb,
app/helpers/lotus_admin/form_helpers.rb,
app/helpers/lotus_admin/link_helpers.rb,
app/jobs/lotus_admin/application_job.rb,
app/helpers/lotus_admin/panel_helpers.rb,
app/helpers/lotus_admin/filter_helpers.rb,
app/helpers/lotus_admin/sidebar_helpers.rb,
app/models/lotus_admin/application_record.rb,
app/helpers/lotus_admin/application_helper.rb,
app/helpers/lotus_admin/pagination_helpers.rb,
app/mailers/lotus_admin/application_mailer.rb,
app/controllers/lotus_admin/users_controller.rb,
app/models/lotus_admin/filters/configuration.rb,
app/controllers/concerns/lotus_admin/exposure.rb,
app/controllers/lotus_admin/profiles_controller.rb,
app/controllers/lotus_admin/dashboard_controller.rb,
app/controllers/concerns/lotus_admin/file_streamer.rb,
app/controllers/lotus_admin/application_controller.rb,
app/controllers/concerns/lotus_admin/permitted_params.rb,
app/controllers/concerns/lotus_admin/filterable_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, DeviseControllers, Exposure, FileStreamer, FilterHelpers, FilterableController, FormHelpers, Invitable, LinkHelpers, PaginationHelpers, PanelHelpers, PermittedParams, RenderHelpers, ResourcefulController, SidebarHelpers
Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, AuthenticatedController, Configuration, ConfirmationsController, DashboardController, Engine, Exporter, FormBuilder, PasswordsController, ProfilesController, ResourceController, Router, SessionsController, User, UserMailer, UsersController
Constant Summary
collapse
- VERSION =
'1.2.2'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
32
33
34
|
# File 'lib/lotus_admin.rb', line 32
def configuration
@configuration ||= Configuration.new
end
|
28
29
30
|
# File 'lib/lotus_admin.rb', line 28
def configure(&block)
yield(configuration)
end
|
.router ⇒ Object
36
37
38
|
# File 'lib/lotus_admin.rb', line 36
def router
@router ||= Router.new
end
|