Flowdock
method

valid_options

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: CollectionAssociation
valid_options(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/associations/builder/collection_association.rb, line 9
    def self.valid_options(options)
      super + [:before_add, :after_add, :before_remove, :after_remove, :extend]
    end
Register or log in to add new notes.