Sha256: 97ee16b3e9d9f70f93220a98894e3beafdc4741afc87b5d7ceb81e9979a69841
Contents?: true
Size: 266 Bytes
Versions: 30
Compression:
Stored size: 266 Bytes
Contents
# Configure for Rails 3.1 module Jquery module Datatables if defined?(::Rails) and Gem::Requirement.new('>= 3.1').satisfied_by?(Gem::Version.new ::Rails.version) module Rails class Engine < ::Rails::Engine end end end end end
Version data entries
30 entries across 30 versions & 3 rubygems