Module: HeadingWithTitle

Defined in:
lib/heading_with_title.rb,
lib/heading_with_title/helpers.rb,
lib/heading_with_title/railtie.rb,
lib/heading_with_title/version.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Helpers Classes: Railtie

Constant Summary collapse

VERSION =
"0.0.5"
@@title_delimeter =
' / '
@@title_suffix =
->{ Rails.application.class.parent_name }
@@default_heading_size =
:h1
@@default_i18n_key =
'.heading'

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



83
84
85
# File 'lib/heading_with_title.rb', line 83

def self.configure
  yield self
end