Module: Bhf

Defined in:
lib/bhf.rb,
app/helpers/bhf/pages_helper.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, FrontendHelper, Mongoid, PagesHelper, Platform, Settings Classes: ApplicationController, Configuration, EmbedEntriesController, Engine, EntriesController, PagesController

Class Method Summary collapse

Class Method Details

.configurationObject



28
29
30
# File 'lib/bhf.rb', line 28

def self.configuration
  @configuration ||= Bhf::Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



31
32
33
# File 'lib/bhf.rb', line 31

def self.configure
  yield configuration
end