class WritingConferencesController def show writing_conference = WritingConference.find_by(:uid=>param[:uid]) end end