Skip to content

Instantly share code, notes, and snippets.

@bsy
Created August 21, 2009 16:01
Show Gist options
  • Save bsy/172136 to your computer and use it in GitHub Desktop.
Save bsy/172136 to your computer and use it in GitHub Desktop.
integer :category_ids, :multiple => true do
cached_displayable_categories.map{ |category| category.id } unless cached_displayable_categories.empty?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment