Sha256: d1ee08b19ca03f2680e486c154fc1a7387cfe113a49bed78ae54957e9c653ef3
Contents?: true
Size: 140 Bytes
Versions: 4
Compression:
Stored size: 140 Bytes
Contents
class Workflow::UserController < ApplicationController before_action :authenticate_user! def index @hide_sidebar = true end end
Version data entries
4 entries across 4 versions & 1 rubygems