module ActiveShotgun::Model::Validations

Public Instance Methods

save() click to toggle source
Calls superclass method
# File lib/active_shotgun/model/validations.rb, line 6
def save
  validate && super
end
save!() click to toggle source
Calls superclass method
# File lib/active_shotgun/model/validations.rb, line 10
def save!
  validate!
  super
end