module ActiveAttr::Model

Model is a shortcut for incorporating the most common model functionality into your model with one include

See the included modules to learn more.

@example Usage

class Person
  include ActiveAttr::Model
end

@since 0.4.0