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:
commit
ee1c1e346e
|
@ -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__)
|
||||||
|
@ -20,5 +19,4 @@ module Flowplayer
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
Loading…
Reference in New Issue