# File test/rails_app/app/controllers/home_controller.rb, line 11 def admin_dashboard end
# File test/rails_app/app/controllers/home_controller.rb, line 2 def index end
# File test/rails_app/app/controllers/home_controller.rb, line 14 def join end
# File test/rails_app/app/controllers/home_controller.rb, line 5 def private end
# File test/rails_app/app/controllers/home_controller.rb, line 17 def set session["devise.foo_bar"] = "something" head :ok end
# File test/rails_app/app/controllers/home_controller.rb, line 22 def unauthenticated render text: "unauthenticated", status: :unauthorized end
# File test/rails_app/app/controllers/home_controller.rb, line 8 def user_dashboard end