# File lib/friendly_id/active_record2/slugged_model.rb, line 168
        def validate_find_options(options)
          options.assert_valid_keys([:conditions, :include, :joins, :limit, :offset,
            :order, :select, :readonly, :group, :from, :lock, :having, :scope])
        end