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
#execute(document) ⇒ Object
9 10 11 12 |
# File 'lib/rom/mongo/commands.rb', line 9 def execute(document) collection.insert(document) [document] end |