Method: Mongify::Database::Table#polymorphic_as
- Defined in:
- lib/mongify/database/table.rb
#polymorphic_as ⇒ Object
Returns the name of the polymorphic association
94 95 96 |
# File 'lib/mongify/database/table.rb', line 94 def polymorphic_as @options['polymorphic'].to_s end |