class ApplicationController

def set_standard_body_style

def set_standard_body_style
  @body_classes ||= []
  @body_classes.concat(%w(reversed))
end