module DataMapper::Is::Indexed

Public Instance Methods

is_indexed() click to toggle source

Fired when your plugin gets included into a Model.

# File lib/dm-is-indexed/is/indexed.rb, line 7
def is_indexed
  extend DataMapper::Is::Indexed::ClassMethods
end