Skip to content

Instantly share code, notes, and snippets.

@aishek
Created September 1, 2014 11:29
Show Gist options
  • Save aishek/01df6be956e6e8d12422 to your computer and use it in GitHub Desktop.
Save aishek/01df6be956e6e8d12422 to your computer and use it in GitHub Desktop.
rails falsh redirect usage example
class UsersController < ApplicationController
def create
redirect_to root_path, :notice => 'Что тревожишь ты меня?'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment