Skip to content

Instantly share code, notes, and snippets.

@onlymejosh
Created August 10, 2010 10:59
Show Gist options
  • Save onlymejosh/517084 to your computer and use it in GitHub Desktop.
Save onlymejosh/517084 to your computer and use it in GitHub Desktop.
--- !ruby/object:Page
attributes:
permalink: schedule
page_type: schedule
created_at: 2010-08-09 14:29:24
event_id: "1"
updated_at: 2010-08-10 10:58:25
id: "13"
content: ""
attributes_cache: {}
<%= f.select :page_type, options_for_select([
["Overview", "overview"],["Request Info", "request-info"],
["Speakers","speakers"],["Download","download"],
["Information","information"],["Sponsors","sponsors"],
["Schedule","schedule"]
], :selected => @page)%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment