Module: TwoStep::ApplicationHelper

Defined in:
app/helpers/two_step/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#two_step_layout_body_attributesObject



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_brandObject



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_attributesObject



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_stylesheetsObject



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_titleObject



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