Sha256: 48c7708a8130cc6fd5881123e2d0fcc48b339dfebaf62a21c4fc209acd50345c

Contents?: true

Size: 114 Bytes

Versions: 4

Compression:

Stored size: 114 Bytes

Contents

class ApplicationController < ActionController::Base
  def authenticate_user!
  end

  def current_user
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
courier-0.2.4 spec/support/application_controller.rb
courier-0.2.3 spec/support/application_controller.rb
courier-0.2.1 spec/support/application_controller.rb
courier-0.2.0 spec/support/application_controller.rb