Sha256: 9616ad7591592f5290588345a7a849516890e3004b6677cf3a82140bd8274613
Contents?: true
Size: 116 Bytes
Versions: 20
Compression:
Stored size: 116 Bytes
Contents
class AuthenticatedController < ApplicationController before_filter :authenticate_account! def index end end
Version data entries
20 entries across 20 versions & 1 rubygems