Sha256: 21c4f35926b4fee0a7b330d8e4ecf717acea77cb26b48a5a56a01aabf7e7b0d6
Contents?: true
Size: 227 Bytes
Versions: 12
Compression:
Stored size: 227 Bytes
Contents
module Agilib class WelcomeController < ApplicationController if Agilib.rails4? skip_before_action :authenticate_user! else skip_before_filter :authenticate_user! end def index end end end
Version data entries
12 entries across 12 versions & 1 rubygems