Module: ActivePostgrest::ActiveModelSupport::SaveWithValidations
- Defined in:
- lib/active_postgrest/active_model.rb
Instance Method Summary collapse
Instance Method Details
#save ⇒ Object
28 29 30 31 32 |
# File 'lib/active_postgrest/active_model.rb', line 28 def save return false unless valid? super end |