Method: DataMapper::Model#create
- Defined in:
- lib/dm-core/model.rb
#create(attributes = {}) ⇒ Resource
Create a Resource
465 466 467 |
# File 'lib/dm-core/model.rb', line 465 def create(attributes = {}) _create(attributes) end |
Create a Resource
465 466 467 |
# File 'lib/dm-core/model.rb', line 465 def create(attributes = {}) _create(attributes) end |