Sha256: fa660a79543d556172e516e2eb10d3bc8bf62c32312f9b3d7516d3071d464ef0

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

module EacUsersSupport
  class ApplicationController < (
      defined?(::ApplicationController) ? ::ApplicationController : ::ActionController::Base
    )
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eac_users_support-0.9.3 app/controllers/eac_users_support/application_controller.rb