method

edge_rails_revision

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: Rails::Info

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

edge_rails_revision(info = svn_info) public

No documentation

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

Hide source
# File railties/builtin/rails_info/rails/info.rb, line 30
      def edge_rails_revision(info = svn_info)
        info[/^Revision: (\d+)/, 1] || freeze_edge_version
      end
Register or log in to add new notes.