Sha256: f504ebf7484c841c8f3da9d67cdba586a83afeaf53e8846b287360717a129265

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

class HomeController < ApplicationController
  before_filter :authenticate_user!, only: :dashboard

  def index
  end

  def dashboard
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
two_factor_authentication-1.1.5 spec/rails_app/app/controllers/home_controller.rb
two_factor_authentication-1.1.4 spec/rails_app/app/controllers/home_controller.rb
two_factor_authentication-1.1.3 spec/rails_app/app/controllers/home_controller.rb
two_factor_authentication-1.1.1 spec/rails_app/app/controllers/home_controller.rb
two_factor_authentication-1.1 spec/rails_app/app/controllers/home_controller.rb