Sha256: 2c99b3fcb791a109f00e8a8d96974a06ae27ae029bc673ea8bef673b1db44414
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module Bootswitch def self.themes configuration.themes end def self.theme_name send(Bootswitch.configuration.theme_method) || Bootswitch.configuration.default_theme end def self.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.13 | lib/bootswitch/methods.rb |