[READ-ONLY] Mirror of https://github.com/shuuji3/rails-tutorial-sample-app.
0

Configure Feed

Select the types of activity you want to include in your feed.

rails-tutorial-sample-app / app / controllers / application_controller.rb
97 B 3 lines
1class ApplicationController < ActionController::Base 2 protect_from_forgery with: :exception 3end