Skip to content

Instantly share code, notes, and snippets.

@fivetwentysix
Created November 29, 2010 05:58
Show Gist options
  • Select an option

  • Save fivetwentysix/719636 to your computer and use it in GitHub Desktop.

Select an option

Save fivetwentysix/719636 to your computer and use it in GitHub Desktop.
class Carousel < ActiveRecord::Base
validates_presence_of [:alternate_text, :destination_url]
validates_attachment_presence :image
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment