Method: Panda::Scope#create!
- Defined in:
- lib/panda/proxies/scope.rb
#create!(attributes) ⇒ Object
41 42 43 44 |
# File 'lib/panda/proxies/scope.rb', line 41 def create!(attributes) scoped_attrs = attributes.merge(@scoped_attributes) super(scoped_attrs) end |