valuable icon indicating copy to clipboard operation
valuable copied to clipboard

handle the idea that ActiveModel changes over time

Open mustmodify opened this issue 10 years ago • 0 comments

Version 4

class Valuable
  ...
  include ActiveModel::Model
end

Version 3

class Valuable
    extend ActiveModel::Callbacks
    extend ActiveModel::Naming
    extend ActiveModel::Translation
    include ActiveModel::Validations
end

mustmodify avatar Dec 04 '14 23:12 mustmodify