flowplayer-gem/lib/flowplayer/railties/engine.rb

6 lines
85 B
Ruby

module Flowplayer
module Rails
class Engine < ::Rails::Engine
end
end
end