Nessuna descrizione http://j1x-huginn.herokuapp.com

application_controller.rb 132B

12345678
  1. class ApplicationController < ActionController::Base
  2. protect_from_forgery
  3. before_filter :authenticate_user!
  4. helper :all
  5. end