Module ActiveRecord::QueryMethods
In: lib/active_record/relation/query_methods.rb

Methods

arel   build_arel   create_with   custom_join_sql   eager_load   extending   from   group   having   includes   joins   limit   lock   offset   order   preload   readonly   reorder   reverse_order   select   where  

Attributes

create_with_value  [RW] 
eager_load_values  [RW] 
from_value  [RW] 
group_values  [RW] 
having_values  [RW] 
includes_values  [RW] 
joins_values  [RW] 
limit_value  [RW] 
lock_value  [RW] 
offset_value  [RW] 
order_values  [RW] 
preload_values  [RW] 
readonly_value  [RW] 
reorder_flag  [RW] 
select_values  [RW] 
where_values  [RW] 

Public Instance methods

[Validate]