+ before_action :require_moderator_for_unredacted_history
+ around_action :web_timeout
+
+ def show
+ @type = "relation"
+ @feature = OldRelation.preload(:old_tags, :changeset => [:changeset_tags, :user], :old_members => :member).find([params[:id], params[:version]])
+ rescue ActiveRecord::RecordNotFound
+ render :action => "not_found", :status => :not_found