Sha256: cfc2687617b8f08d483e6c5144c133af7de5d3957bd21241fdc7b51c5d35990a
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
class ThemeController < BootswitchController def theme respond_to do |format| format.css { render :file => "bootswatch/" + theme_name + "/theme", :handlers => [:scss]} end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootswitch-0.0.5 | app/controllers/theme_controller.rb |
bootswitch-0.0.4 | app/controllers/theme_controller.rb |
bootswitch-0.0.3 | app/controllers/theme_controller.rb |