1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Merge pull request #4 from bbenezech/patch-1

Require sass-rails to avoid issues where bootstrap-sass is used in an engine
This commit is contained in:
Thomas McDonald 2011-10-12 08:48:19 -07:00
commit e3e8b2ec8b

View file

@ -1,3 +1,5 @@
require 'sass-rails'
module Bootstrap
module Rails
class Engine < ::Rails::Engine