Project

General

Profile

« Previous | Next » 

Revision abd8f1d1

Added by Daniel Lobato Garcia over 9 years ago

Refs #3809 - Remove cops for empty lines

View differences:

app/models/concerns/encryptable.rb
end
module ClassMethods
def encrypts(*fields)
class_attribute :encryptable_fields
self.encryptable_fields = fields.map(&:to_sym)
......
end
end
end
end
else

Also available in: Unified diff