Нет описания http://j1x-huginn.herokuapp.com

application_controller.rb 132B

    class ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! helper :all end