Skip to content

Instantly share code, notes, and snippets.

@genki
Created March 21, 2009 03:09
Show Gist options
  • Save genki/82707 to your computer and use it in GitHub Desktop.
Save genki/82707 to your computer and use it in GitHub Desktop.
default_scope :select => (column_names - %w(blob)).join(',')
def self.find_with_blob(*args)
with_exclusive_scope{find(*args)}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment