Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created September 2, 2014 00:09
Show Gist options
  • Save sergiopvilar/e5c38cc9af359bf5218c to your computer and use it in GitHub Desktop.
Save sergiopvilar/e5c38cc9af359bf5218c to your computer and use it in GitHub Desktop.
def new
@cidade = Cidade.new
respond_to do |format|
flash[:alert] = 'Cidade cadastrada com sucesso'
format.html # new.html.erb
format.json { render json: @cidade }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment