Flowdock
method

valid_options

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Association
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/association.rb, line 64
    def self.valid_options(options)
      VALID_OPTIONS + Association.extensions.flat_map(&:valid_options)
    end
Register or log in to add new notes.