Flowdock
perform_validations(options = {}) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/validations.rb, line 83
    def perform_validations(options = {})
      options[:validate] == false || valid?(options[:context])
    end
Register or log in to add new notes.