Sha256: 010b144708eb40053351104c51170021be7f5427c1c6c16c67be6422a85046c4
Contents?: true
Size: 270 Bytes
Versions: 15
Compression:
Stored size: 270 Bytes
Contents
class ArticlesController < ApplicationController before_action :require_authentication, except: :index before_action :require_two_factor_authentication, only: :very_secret def index end def secret end def also_secret end def very_secret end end
Version data entries
15 entries across 15 versions & 1 rubygems