Skip to content

Instantly share code, notes, and snippets.

@JoeWoodward
Created December 13, 2011 18:50
Show Gist options
  • Save JoeWoodward/1473322 to your computer and use it in GitHub Desktop.
Save JoeWoodward/1473322 to your computer and use it in GitHub Desktop.
def new
@editable_area = EditableArea.new
if EditableArea.all.last.present?
@editable_area.text = EditableArea.all.last.text
end
@editable_areas = EditableArea.order('created_at desc').limit(15)
new!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment