Module: Underworld
- Defined in:
- lib/underworld.rb,
lib/underworld/api.rb,
lib/underworld/orm.rb,
lib/underworld/i18n.rb,
lib/underworld/engine.rb,
lib/underworld/liquid.rb,
lib/underworld/routes.rb,
lib/underworld/version.rb,
lib/underworld/api/root.rb,
lib/underworld/concerns.rb,
lib/underworld/omniauth.rb,
lib/underworld/discovery.rb,
lib/underworld/extension.rb,
lib/underworld/exceptions.rb,
lib/underworld/liquid/tag.rb,
app/models/underworld/user.rb,
app/models/underworld/group.rb,
lib/underworld/liquid/block.rb,
lib/underworld/api/users_api.rb,
lib/underworld/configuration.rb,
lib/underworld/api/groups_api.rb,
lib/underworld/extension/base.rb,
app/models/underworld/permission.rb,
lib/underworld/liquid/render_tag.rb,
lib/underworld/middlewares/locale.rb,
lib/underworld/omniauth/callbacks.rb,
app/helpers/underworld/home_helper.rb,
app/models/underworld/user_message.rb,
lib/underworld/api/permissions_api.rb,
app/helpers/underworld/users_helper.rb,
app/policies/underworld/user_policy.rb,
app/helpers/underworld/groups_helper.rb,
lib/underworld/concerns/authorizable.rb,
lib/underworld/discovery/permissions.rb,
app/helpers/underworld/dashboard_helper.rb,
app/controllers/underworld/api_controller.rb,
app/helpers/underworld/application_helper.rb,
app/models/underworld/concerns/assignment.rb,
lib/generators/underworld/views_generator.rb,
app/policies/underworld/user_message_policy.rb,
lib/generators/underworld/install_generator.rb,
app/models/underworld/concerns/user/gravatar.rb,
lib/generators/underworld/resource_generator.rb,
lib/generators/underworld/resources_generator.rb,
app/models/underworld/concerns/user/permission.rb,
app/models/underworld/concerns/user/user_roles.rb,
app/controllers/underworld/dashboard_controller.rb,
app/models/underworld/concerns/user/mongoid_fields.rb,
app/models/underworld/concerns/user/auth_definitions.rb,
app/controllers/underworld/omniauth/callbacks_controller.rb,
app/controllers/underworld/dashboard/application_controller.rb
Overview
TODO: This module should be removed
Defined Under Namespace
Modules: API, ApplicationHelper, Concerns, Configuration, Dashboard, DashboardHelper, Discovery, Exceptions, Extension, Generators, GroupsHelper, HomeHelper, Liquid, Middlewares, Omniauth, RouteHelpers, UsersHelper Classes: APIController, AdminOnlyPolicy, ApplicationController, ApplicationPolicy, AssetsController, DashboardController, Engine, Group, GroupPolicy, I18n, ORM, Permission, Routes, User, UserMessage, UserMessagePolicy, UserPolicy
Constant Summary collapse
- VERSION =
'1.0.0'