Sha256: ea131d20d306bc4431bc3455da73e437f21c271152f680cd4a4d08cad024dfd6

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

module Iconly
  class ApplicationController < ActionController::Base
    include SessionsHelper

    protect_from_forgery with: :exception
    before_action :require_sign_in
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iconly-1.0.0 app/controllers/iconly/application_controller.rb