Merge pull request #15 from ened/fix/rails-gem

RoR gem missed the Engine files
This commit is contained in:
dsmorse
2015-05-31 10:09:28 -06:00
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
require "bootstrap-typeahead-rails/version"
module Gridster
module Rails
require "gridster.js-rails/engine"
end
end
+6
View File
@@ -0,0 +1,6 @@
module Gridster
module Rails
class Engine < ::Rails::Engine
end
end
end