Flowdock
method

valid_options

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: HasMany
valid_options() public

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/has_many.rb, line 7
    def valid_options
      super + [:primary_key, :dependent, :as, :through, :source, :source_type, :inverse_of, :counter_cache, :join_table, :foreign_type]
    end
Register or log in to add new notes.