Skip to content

Instantly share code, notes, and snippets.

View fullsailor's full-sized avatar

Andrew Smith fullsailor

View GitHub Profile
<%= notice %>
<%= render 'form' %>
@fullsailor
fullsailor / post.rb
Created October 15, 2011 03:36 — forked from renz45/post.rb
# == Schema Information
#
# Table name: posts
#
# id :integer not null, primary key
# title :string(255)
# content :text
# user_id :integer
# slug :string(255)
# created_at :datetime