# File lib/pry-rails/model_formatter.rb, line 75
    def format_association(type, other, options = [])
      options_string = (options.any?) ? " (#{options.join(', ')})" : ''
      "  #{type} #{text.blue ":#{other}"}#{options_string}"
    end