Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 5, 2010 03:03
Show Gist options
  • Save liangzan/565702 to your computer and use it in GitHub Desktop.
Save liangzan/565702 to your computer and use it in GitHub Desktop.
# lib/formtastic.rb
def find_collection_for_column(column, options)
collection = find_raw_collection_for_column(column, options)
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment