1 # frozen_string_literal: true
 
   3 class RelationsController < ElementsController
 
   6     @feature = Relation.preload(:element_tags, :containing_relation_members, :changeset => [:changeset_tags, :user]).find(params[:id])
 
   7   rescue ActiveRecord::RecordNotFound
 
   8     render "browse/not_found", :status => :not_found