mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Merge pull request #15 from ened/fix/rails-gem
RoR gem missed the Engine files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require "bootstrap-typeahead-rails/version"
|
||||
|
||||
module Gridster
|
||||
module Rails
|
||||
require "gridster.js-rails/engine"
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,6 @@
|
||||
module Gridster
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user