7 lines
136 B
Ruby
7 lines
136 B
Ruby
module Flowplayer
|
|
module Generator
|
|
class InstallGenerator < Rails::Generators::Base
|
|
namespace 'flowplayer'
|
|
end
|
|
end
|
|
end |