Move user lookup and error render to concerns
This commit is contained in:
parent
7054cea48e
commit
4ceebefefa
11 changed files with 37 additions and 18 deletions
|
@ -1,4 +1,6 @@
|
|||
class FriendshipsController < ApplicationController
|
||||
include UserMethods
|
||||
|
||||
layout "site"
|
||||
|
||||
before_action :authorize_web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue