Module: Baldur
- Defined in:
- lib/baldur.rb,
lib/baldur/engine.rb,
lib/baldur/version.rb,
lib/baldur/configuration.rb,
app/helpers/baldur/ui_helper.rb,
app/helpers/baldur/render_helper.rb,
app/helpers/baldur/ui_helper_forms.rb,
app/helpers/baldur/marketing_helper.rb,
app/helpers/baldur/ui_helper_feedback.rb,
app/helpers/baldur/ui_helper_unavailable.rb,
app/helpers/baldur/compatibility/ui_aliases.rb,
app/helpers/baldur/optional/auth_page_helper.rb,
app/helpers/baldur/optional/google_auth_helper.rb,
app/helpers/baldur/optional/panel_right_helper.rb,
lib/generators/baldur/install/install_generator.rb,
app/helpers/baldur/optional/panel_secondary_helper.rb,
lib/generators/baldur/install_google_auth/install_google_auth_generator.rb,
lib/generators/baldur/install_panel_right/install_panel_right_generator.rb,
lib/generators/baldur/install_panel_secondary/install_panel_secondary_generator.rb
Defined Under Namespace
Modules: Compatibility, Generators, MarketingHelper, Optional, RenderHelper, UiHelper, UiHelperFeedback, UiHelperForms, UiHelperUnavailable
Classes: Configuration, Engine
Constant Summary
collapse
- VERSION =
"0.1.2".freeze
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
9
10
11
|
# File 'lib/baldur.rb', line 9
def config
@config ||= Configuration.new
end
|
13
14
15
|
# File 'lib/baldur.rb', line 13
def configure
yield(config)
end
|