app/controllers/workflow/candidatures_controller.rb in voluntary-0.1.0 vs app/controllers/workflow/candidatures_controller.rb in voluntary-0.2.0
- old
+ new
@@ -12,9 +12,9 @@
end
private
def state_action
- @candidatures = current_user.offeror_candidatures.where(state: action_name).includes(:vacancy, :user)
+ @candidatures = current_user.offeror_candidatures.where(state: action_name).includes(:vacancy, :resource)
render 'candidatures/index'
end
end
\ No newline at end of file