Update invoice_controller.rb

This commit is contained in:
2016-09-19 22:38:48 -04:00
committed by GitHub
parent 39e7d3c062
commit c8ef3bbd4e

View File

@@ -15,7 +15,7 @@ class InvoiceController < ApplicationController
before_filter :require_user
skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:show] if authorized
def authorized
def self.authorized
session[:token].nil?
end