Sha256: 426537a12ebc34a38fa9001f14f988541616e5ff638197f8e7fb0fe4e46a2135
Contents?: true
Size: 205 Bytes
Versions: 8
Compression:
Stored size: 205 Bytes
Contents
class Inkling::BaseController < ApplicationController alias current_user current_inkling_user helper_method :current_user before_filter :authenticate_inkling_user! layout 'inkling/manage' end
Version data entries
8 entries across 8 versions & 1 rubygems