Module: HashBrowns

Defined in:
lib/hashbrowns.rb,
lib/hashbrowns/railtie.rb,
lib/hashbrowns/configuration.rb,
lib/hashbrowns/helpers/links_helpers.rb,
lib/hashbrowns/helpers/display_helpers.rb,
lib/hashbrowns/helpers/overview_helpers.rb,
lib/hashbrowns/helpers/renderer_helpers.rb,
lib/hashbrowns/helpers/relations_helpers.rb

Defined Under Namespace

Modules: DisplayHelpers, LinksHelpers, OverviewHelpers, RelationsHelpers, RendererHelpers Classes: Configuration, Railtie

Class Method Summary collapse

Class Method Details

.confObject



12
13
14
# File 'lib/hashbrowns.rb', line 12

def conf
  @_configuration ||= Configuration.new
end

.configure {|conf| ... } ⇒ Object

Yields:



7
8
9
10
# File 'lib/hashbrowns.rb', line 7

def configure(&block)
  yield(conf)
  conf
end