This commit is contained in:
Sebastian Spieszko 2012-02-25 16:38:28 +01:00
parent fd671a23ab
commit 0c81300017
1 changed files with 20 additions and 22 deletions

View File

@ -1,5 +1,4 @@
module Flowplayer module Flowplayer::Generator
module Generator
class InstallGenerator < Rails::Generators::Base class InstallGenerator < Rails::Generators::Base
namespace 'flowplayer' namespace 'flowplayer'
source_root File.expand_path("../../../../../vendor/assets/", __FILE__) source_root File.expand_path("../../../../../vendor/assets/", __FILE__)
@ -21,4 +20,3 @@ module Flowplayer
end end
end end
end