Method: Pageflow::RailsVersion#experimental?

Defined in:
lib/pageflow/rails_version.rb

#experimental?Boolean

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.



10
11
12
# File 'lib/pageflow/rails_version.rb', line 10

def experimental?
  detect != '~> 7.1.0'
end