inital x2
This commit is contained in:
parent
c011e83ac1
commit
8396c51976
|
@ -1,7 +0,0 @@
|
|||
module Flowplayer
|
||||
module Generator
|
||||
class InstallGenerator < Rails::Generators::Base
|
||||
namespace 'flowplayer'
|
||||
end
|
||||
end
|
||||
end
|
|
@ -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
|
Loading…
Reference in New Issue