Class: Sunspot::Rails::Adapters::ActiveRecordInstanceAdapter
- Inherits:
-
Adapters::InstanceAdapter
- Object
- Adapters::InstanceAdapter
- Sunspot::Rails::Adapters::ActiveRecordInstanceAdapter
- Defined in:
- lib/sunspot/rails/adapters.rb
Instance Method Summary collapse
-
#id ⇒ Object
Return the primary key for the adapted instance.
Instance Method Details
#id ⇒ Object
Return the primary key for the adapted instance
Returns
- Integer
-
Database ID of model
16 17 18 |
# File 'lib/sunspot/rails/adapters.rb', line 16 def id @instance.id end |