Sha256: be3783dd0f366ce8a4c42dc60b49c4f939c37b03edbb446ba3e1656ca43f41d4

Contents?: true

Size: 144 Bytes

Versions: 1

Compression:

Stored size: 144 Bytes

Contents

module Applicants
  class ApplicationController < ActionController::Base
    layout 'applicants/application'
    protect_from_forgery
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
applicants-0.11.0 app/controllers/applicants/application_controller.rb