Sha256: e733f927970fe663e001a708febba39ef8ef97c186582ef07dfca50caaf5aeb0
Contents?: true
Size: 214 Bytes
Versions: 10
Compression:
Stored size: 214 Bytes
Contents
class Rubocop < ApplicationRecord belongs_to :rails_app # def user_name # rails_app.user.name # end def display_name "RuboCop for #{rails_app.name} - #{created_at.strftime("%d/%m/%Y")}" end end
Version data entries
10 entries across 10 versions & 1 rubygems