search for: property_a

Displaying 1 result from an estimated 1 matches for "property_a".

Did you mean: property_1
2009 Aug 19
2
Create! Syntax
...ate! I see that create is document in the api http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M002269 What is the difference between the two of these functions and where is the create! function defined. Also, What are the differences between these two calls? a) SomeModel.create!{ :property_a => ''value'', :property_b => ''value 2'' } b) SomeModel.create!({ :property_a => ''value'', :property_b => ''value 2'' }) Thanks a lot for the help! -Jim --~--~---------~--~----~------------~-------~--~----~ You receiv...