flowplayer-gem/lib/flowplayer.rb

9 lines
192 B
Ruby
Raw Normal View History

2011-02-01 21:03:28 +00:00
require 'flowplayer/player'
if defined?(Rails)
2011-11-09 00:12:12 +00:00
if Rails::VERSION::MAJOR == 3 && Rails::VERSION::MINOR >= 1
require 'flowplayer/railties/engine'
2011-11-09 00:12:12 +00:00
end
2011-02-01 21:03:28 +00:00
require 'flowplayer/railtie'
end