Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created January 18, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prathamesh-sonpatki/99c53692f75afe3d2168 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/99c53692f75afe3d2168 to your computer and use it in GitHub Desktop.
#<Arel::SelectManager:0x007fcc66365c88 @ctx=#<Arel::Nodes::SelectCore:0x007fcc66365be8 @source=#<Arel::Nodes::JoinSource:0x007fcc66365b70 @left=#<Arel::Table:0x007fcc663ff900 @name="profiles", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Map:0x007fcc663ffa18 @types=Profile (call 'Profile.connection' to establish a connection)>, @table_alias=nil>, @right=[]>, @top=nil, @set_quantifier=nil, @projections=[#<struct Arel::Attributes::Attribute relation=#<Arel::Table:0x007fcc663ff900 @name="profiles", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Map:0x007fcc663ffa18 @types=Profile (call 'Profile.connection' to establish a connection)>, @table_alias=nil>, name="*">], @wheres=[#<Arel::Nodes::And:0x007fcc663653c8 @children=[#<Arel::Nodes::Equality:0x007fcc66365e40 @left=#<struct Arel::Attributes::Attribute relation=#<Arel::Table:0x007fcc66366868 @name="settings", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Connection:0x007fcc663668b8 @klass=Profile (call 'Profile.connection' to establish a connection), @table_name="settings">, @table_alias=nil>, name=:color>, @right=#<Arel::Nodes::BindParam:0x007fcc66366cf0>>]>], @groups=[], @havings=[], @windows=[]>, @bind_values=[], @ast=#<Arel::Nodes::SelectStatement:0x007fcc66365c38 @cores=[#<Arel::Nodes::SelectCore:0x007fcc66365be8 @source=#<Arel::Nodes::JoinSource:0x007fcc66365b70 @left=#<Arel::Table:0x007fcc663ff900 @name="profiles", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Map:0x007fcc663ffa18 @types=Profile (call 'Profile.connection' to establish a connection)>, @table_alias=nil>, @right=[]>, @top=nil, @set_quantifier=nil, @projections=[#<struct Arel::Attributes::Attribute relation=#<Arel::Table:0x007fcc663ff900 @name="profiles", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Map:0x007fcc663ffa18 @types=Profile (call 'Profile.connection' to establish a connection)>, @table_alias=nil>, name="*">], @wheres=[#<Arel::Nodes::And:0x007fcc663653c8 @children=[#<Arel::Nodes::Equality:0x007fcc66365e40 @left=#<struct Arel::Attributes::Attribute relation=#<Arel::Table:0x007fcc66366868 @name="settings", @columns=nil, @aliases=[], @type_caster=#<ActiveRecord::TypeCaster::Connection:0x007fcc663668b8 @klass=Profile (call 'Profile.connection' to establish a connection), @table_name="settings">, @table_alias=nil>, name=:color>, @right=#<Arel::Nodes::BindParam:0x007fcc66366cf0>>]>], @groups=[], @havings=[], @windows=[]>], @orders=[], @limit=nil, @lock=nil, @offset=nil, @with=nil>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment