forgot rails engine

This commit is contained in:
Scott Davis 2011-11-08 19:08:01 -05:00
parent 4fae9db3c1
commit ba91c48619
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
module Flowplayer
module Rails
class Engine < ::Rails::Engine
end
end
end