Module: TwoStep::ApplicationHelper
- Defined in:
- app/helpers/two_step/application_helper.rb
Instance Method Summary collapse
- #two_step_layout_body_attributes ⇒ Object
- #two_step_layout_brand ⇒ Object
- #two_step_layout_html_attributes ⇒ Object
- #two_step_layout_stylesheets ⇒ Object
- #two_step_layout_title ⇒ Object
Instance Method Details
#two_step_layout_body_attributes ⇒ Object
15 16 17 |
# File 'app/helpers/two_step/application_helper.rb', line 15 def two_step_layout_body_attributes TwoStep.configuration.resolve_layout_body_attributes(controller: controller) end |
#two_step_layout_brand ⇒ Object
19 20 21 |
# File 'app/helpers/two_step/application_helper.rb', line 19 def two_step_layout_brand TwoStep.configuration.resolve_layout_brand(controller: controller) end |
#two_step_layout_html_attributes ⇒ Object
11 12 13 |
# File 'app/helpers/two_step/application_helper.rb', line 11 def two_step_layout_html_attributes TwoStep.configuration.resolve_layout_html_attributes(controller: controller) end |
#two_step_layout_stylesheets ⇒ Object
7 8 9 |
# File 'app/helpers/two_step/application_helper.rb', line 7 def two_step_layout_stylesheets TwoStep.configuration.resolve_layout_stylesheets(controller: controller) end |
#two_step_layout_title ⇒ Object
3 4 5 |
# File 'app/helpers/two_step/application_helper.rb', line 3 def two_step_layout_title TwoStep.configuration.resolve_layout_title(controller: controller) end |