RoR gem missed the Engine files

This commit is contained in:
Sebastian Roth
2015-05-31 12:35:30 +08:00
parent 57bf55a8e5
commit 4526b7f63e
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