Sha256: ee7c04ec1ef06d5b30f4abf61198dac1c85cc54e4ae714f3615338750fcdfdec

Contents?: true

Size: 136 Bytes

Versions: 2

Compression:

Stored size: 136 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  include Authentication
  before_filter :login_required
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wakame-vdc-webui-10.12.0 app/controllers/application_controller.rb
wakame-vdc-webui-10.11.0 app/controllers/application_controller.rb