module Themes::Helpers

Public Instance Methods

current_theme() click to toggle source
# File lib/themes/helpers.rb, line 7
def current_theme
  ::Themes.model.present? ? ::Themes.config : ::Themes
end