Sha256: a67cb38b35974cb162c91045a8f96e7e206802f3a3e1c19bbd32201396a98ede
Contents?: true
Size: 324 Bytes
Versions: 20
Compression:
Stored size: 324 Bytes
Contents
require 'active_record/acts/adjacency_list' # reopen ActiveRecord and include all the above to make # them available to all our models if they want it ActiveRecord::Base.class_eval do include ActiveRecord::Acts::AdjacencyList end # alternatively, you can use this call: # ActiveRecord::Base.send :include, Foo::Acts::Fox
Version data entries
20 entries across 20 versions & 3 rubygems