Merge pull request #3 from ciastek/generator-bug-dodge

fixes issue #2 described at https://github.com/scottdavis/flowplayer-gem/issues/2
This commit is contained in:
Scott Davis 2012-02-25 10:41:58 -08:00
commit ee1c1e346e
1 changed files with 20 additions and 22 deletions

View File

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