module Flowplayer module Generator class InstallGenerator < Rails::Generators::Base namespace 'flowplayer' end end end