Flowdock
method

read_key_file

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Secrets
read_key_file() private

No documentation

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

Hide source
# File railties/lib/rails/secrets.rb, line 68
        def read_key_file
          if File.exist?(key_path)
            IO.binread(key_path).strip
          end
        end
Register or log in to add new notes.