Sha256: 28b9ba9af78e48ee09a6b4fc9daac9fff7ef73d4156099847f2354aa40d94dc8

Contents?: true

Size: 154 Bytes

Versions: 4

Compression:

Stored size: 154 Bytes

Contents

class ApplicationController < ActionController::Base
  before_action :authenticate_user!

  def show
    render html: "", layout: "application"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
devise-2fa-0.4.1 spec/dummy/app/controllers/application_controller.rb
devise-2fa-0.4.0 spec/dummy/app/controllers/application_controller.rb
devise-2fa-0.2.1 spec/dummy/app/controllers/application_controller.rb
devise-2fa-0.2.0 spec/dummy/app/controllers/application_controller.rb