Sha256: 175c97f3c5a2112fe7f8ee275614b9b78e9767e7a88bf27fb8645b691f6268c2
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
class ConsoleIndexController < ConsoleController skip_before_filter :authenticate_user!, :only => :unauthorized def index redirect_to applications_path end def unauthorized render 'console/unauthorized' end def help render 'console/help' end end
Version data entries
3 entries across 3 versions & 1 rubygems