rodrigofbm

application_controller.rb

Apr 7th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. class ApplicationController < ActionController::Base
  2.   protect_from_forgery
  3.  
  4.   respond_to :html, :json
  5.   responders :flash
  6. end
Add Comment
Please, Sign In to add comment