Libraries
»
point
(1.0.3)
»
Index
»
Point
»
Base
»
#save
Method: Point::Base#save
Defined in:
lib/point/base.rb
#
save
⇒
Object
106 107 108
# File 'lib/point/base.rb', line 106
def
save
new_record?
?
create
:
update
end