Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created July 6, 2010 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanunsal/465608 to your computer and use it in GitHub Desktop.
Save volkanunsal/465608 to your computer and use it in GitHub Desktop.
post :index, :map => "/newsletter" do
email=params[:email]
@signup=Newsletter.new(:email=>email)
render "newsletter/index",:layout => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment