method

rails_version

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Configuring
rails_version() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tools/rail_inspector/lib/rail_inspector/configuring.rb, line 78
    def rails_version
      @rails_version ||= File.read(@rails_path.join("RAILS_VERSION")).to_f.to_s
    end
Register or log in to add new notes.