Sha256: b044ee10f563ac50b3b4e9abe88b32186b1f3f372c788256c8131feca5839ad7

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

class ApplicationController < ActionController::Base
  include Clearance::Authentication
  protect_from_forgery

  def current_puffer_user
    nil
  end

  def has_puffer_access? namespace
    true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puffer-0.1.1 spec/dummy/app/controllers/application_controller.rb