Mercurial > rsstweet
view app/controllers/application_controller.rb @ 9:b99cc8a7abec
Remove seemingly unused secrets.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 18:36:31 +0900 |
parents | a1c9fadc0904 |
children | 082e96417e86 |
line wrap: on
line source
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end