Skip to content

Instantly share code, notes, and snippets.

@bogdan
Created March 3, 2014 19:47
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 bogdan/9333125 to your computer and use it in GitHub Desktop.
Save bogdan/9333125 to your computer and use it in GitHub Desktop.
def build_select(arel, selects)
unless selects.empty?
@implicit_readonly = false
arel.project(*selects)
else
arel.project(@klass.arel_table[Arel.star])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment