state_machines-activerecord icon indicating copy to clipboard operation
state_machines-activerecord copied to clipboard

Docs: Outdated rails code style

Open casaper opened this issue 3 years ago • 0 comments

  • Models inherit ApplicationRecord -> not ActiveRecord::Base
  • validates_presence_of -> validates :attr_name, presence: true

Just creating this issue so I can mention it in my little pr #100 filling it

casaper avatar Feb 09 '22 14:02 casaper