Sha256: 600426a87874765fdc5d99ea149916a76b8aac8d687395e2a4cae371a0cc98dc

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

module ThemeHelper
  def theme_name
    send(Bootswitch.configuration.theme_method)
  end

  def theme_stylesheet_link_tag
    render(partial: 'theme/stylesheet_link_tag')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootswitch-0.0.2 app/helpers/theme_helper.rb