Sha256: b371c7415f9c0cec511bab70aa205d6cf02a32bc8fd5d144af8d67803f06e945
Contents?: true
Size: 275 Bytes
Versions: 12
Compression:
Stored size: 275 Bytes
Contents
module BestInPlace module CheckVersion if Rails::VERSION::STRING < "3.1" raise "This version of Best in Place is intended to be used for Rails >= 3.1. If you want to use it with Rails 3.0 or lower, please use the rails-3.0 branch." return end end end
Version data entries
12 entries across 12 versions & 2 rubygems