Module: ActiveModel::Translation
- Defined in:
- lib/devise/orm/sequel.rb
Instance Method Summary collapse
Instance Method Details
#lookup_ancestors ⇒ Object
29 30 31 |
# File 'lib/devise/orm/sequel.rb', line 29 def lookup_ancestors self.ancestors.select { |x| not x.anonymous? and x.respond_to?(:model_name) } end |