app/helpers/theme_helper.rb



module ThemeHelper
  # override in app/helpers/application_helper.rb
  def current_theme
    :light
  end
end