Skip to content

Instantly share code, notes, and snippets.

View gmassanek's full-sized avatar

Geoff Massanek gmassanek

  • Reverb
  • Chicago, IL
View GitHub Profile
class PagesController < ApplicationController
def home
@title = "Home"
puts flash[:notice]
@subscription = Subscription.new
@announcements = Announcement.find(:all, :order => 'updated_at DESC')
end
end
home.html.erb contains: