Module: Jobshop::ApplicationHelper
- Defined in:
- app/helpers/jobshop/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#body_class ⇒ Object
3 4 5 6 7 8 9 |
# File 'app/helpers/jobshop/application_helper.rb', line 3 def body_class @body_class ||= if params.has_key?(:page) "static-#{params[:page]}" elsif controller_name == "sessions" "sessions-#{action_name}" end end |