app/controllers/decidim/meetings/admin/attachments_controller.rb in decidim-meetings-0.10.1 vs app/controllers/decidim/meetings/admin/attachments_controller.rb in decidim-meetings-0.11.0.pre1
- old
+ new
@@ -20,10 +20,10 @@
def meeting
@meeting ||= meetings.find(params[:meeting_id])
end
def authorization_object
- meeting.feature
+ meeting.component
end
end
end
end
end