Class: ROM::Mongo::Commands::Create
- Inherits:
-
Commands::Create
- Object
- Commands::Create
- ROM::Mongo::Commands::Create
- Defined in:
- lib/rom/mongo/commands.rb
Instance Method Summary collapse
Instance Method Details
#collection ⇒ Object
11 12 13 |
# File 'lib/rom/mongo/commands.rb', line 11 def collection relation.dataset end |
#execute(document) ⇒ Object
15 16 17 18 |
# File 'lib/rom/mongo/commands.rb', line 15 def execute(document) collection.insert(document) [document] end |