Method: Pageflow::RailsVersion#detect
- Defined in:
- lib/pageflow/rails_version.rb
#detect ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
6 7 8 |
# File 'lib/pageflow/rails_version.rb', line 6 def detect from_env || '~> 7.1.0' end |