Module: Bootsy::Container

Extended by:
ActiveSupport::Concern
Defined in:
lib/bootsy/container.rb

Overview

Public: Methods and attributes to turn any model into a Bootsy Container.

Examples

class Post < ActiveRecord::Base
  include Bootsy::Container
end