diff --git a/lib/flowplayer/railties/engine.rb b/lib/flowplayer/railties/engine.rb new file mode 100644 index 0000000..f6ebba0 --- /dev/null +++ b/lib/flowplayer/railties/engine.rb @@ -0,0 +1,6 @@ +module Flowplayer + module Rails + class Engine < ::Rails::Engine + end + end +end