Module: Shoulda::Callback::Matchers::RailsVersionHelper
- Included in:
- ActiveModel::CallbackMatcher
- Defined in:
- lib/shoulda/callback/matchers/rails_version_helper.rb
Defined Under Namespace
Classes: RailsVersion
Instance Method Summary collapse
Instance Method Details
#rails_version ⇒ Object
42 43 44 |
# File 'lib/shoulda/callback/matchers/rails_version_helper.rb', line 42 def rails_version @rails_version ||= RailsVersion.new end |