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

Version Path
voluntary-0.7.1 app/controllers/workflow/user_controller.rb
voluntary-0.7.0 app/controllers/workflow/user_controller.rb
voluntary-0.6.0 app/controllers/workflow/user_controller.rb
voluntary-0.5.2 app/controllers/workflow/user_controller.rb