forked from Trustie/forgeplus
fix
This commit is contained in:
parent
cd0aea47e0
commit
f5e9c6d54d
|
|
@ -1,6 +1,6 @@
|
|||
class Api::V1::ResidentExpertsController < Api::V1::BaseController
|
||||
before_action :require_login, except: [:index]
|
||||
before_action :convert_image!, only: [:update_image, :create, :update]
|
||||
before_action :convert_image!, only: [:update_image, :create, :reset]
|
||||
|
||||
def index
|
||||
@resident_experts = ResidentExpert.approved.includes(:user)
|
||||
|
|
|
|||
Loading…
Reference in New Issue