1 class WaysController < ElementsController
 
   4     @feature = Way.preload(:way_tags, :containing_relation_members, :changeset => [:changeset_tags, :user], :nodes => [:node_tags, { :ways => :way_tags }]).find(params[:id])
 
   5   rescue ActiveRecord::RecordNotFound
 
   6     render "browse/not_found", :status => :not_found