method

relative_path

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: CredentialsCommand
relative_path(path) 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/commands/credentials/credentials_command.rb, line 126
        def relative_path(path)
          Rails.root.join(path).relative_path_from(Rails.root).to_s
        end
Register or log in to add new notes.