Flowdock
method

validate_find_options

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Base
validate_find_options(options) protected

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/base.rb, line 1168
        def validate_find_options(options)
          options.assert_valid_keys [:conditions, :include, :joins, :limit, :offset, :order, :select, :readonly, :group]
        end
Register or log in to add new notes.