Module: Bhf
- Defined in:
- lib/bhf.rb,
app/helpers/bhf/pages_helper.rb,
lib/bhf/controller/extension.rb,
app/helpers/bhf/entries_helper.rb,
app/helpers/bhf/frontend_helper.rb,
app/helpers/bhf/application_helper.rb
Defined Under Namespace
Modules: ActionView, ActiveRecord, ApplicationHelper, EntriesHelper, Extension, FrontendHelper, Mongoid, PagesHelper, Platform, Settings
Classes: ApplicationController, Configuration, EmbedEntriesController, Engine, EntriesController, PagesController
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
32
33
34
|
# File 'lib/bhf.rb', line 32
def self.configuration
@configuration ||= Bhf::Configuration.new
end
|
35
36
37
|
# File 'lib/bhf.rb', line 35
def self.configure
yield configuration
end
|