Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created September 25, 2011 05:45
Show Gist options
  • Save austinbv/1240283 to your computer and use it in GitHub Desktop.
Save austinbv/1240283 to your computer and use it in GitHub Desktop.
def create
presentation = Presentation.new(params['presentation'])
respond_to do |format|
if presentation.save
format.html { redirect_to presentation, notice: 'Post was successfully created.' }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment