Flowdock
method

read_environment_rb

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: Rails::GemBoot
read_environment_rb() private

No documentation

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

Hide source
# File railties/environments/boot.rb, line 100
        def read_environment_rb
          File.read("#{RAILS_ROOT}/config/environment.rb")
        end
Register or log in to add new notes.