Sha256: dbba093d456499fe7e389da4354999233c2e99c071811d6e5ddef92c230fbab5

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  def current_user
    # dummy
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yaw-0.0.2 spec/dummy/app/controllers/application_controller.rb
yaw-0.0.1 spec/dummy/app/controllers/application_controller.rb