inital x2

This commit is contained in:
Scott Davis 2011-02-01 16:03:34 -05:00
parent c011e83ac1
commit 8396c51976
2 changed files with 0 additions and 26 deletions

View File

@ -1,7 +0,0 @@
module Flowplayer
module Generator
class InstallGenerator < Rails::Generators::Base
namespace 'flowplayer'
end
end
end

View File

@ -1,19 +0,0 @@
module Flowplayer
module Helpers
# flowplayer_for :hubble do |f|
# f.option 'foo'
# f.onLoad do
# 'this.unmute();'
# end
def flowplayer_for(id, swf, &block)
FlowPlayer::Player.new(id, swf, &block).script_tags
end
end
end