- def way_history
- @type = "way"
- @feature = Way.preload(:way_tags, :old_ways => [:old_tags, { :changeset => [:changeset_tags, :user], :old_nodes => { :node => [:node_tags, :ways] } }]).find(params[:id])
- render "history"
- rescue ActiveRecord::RecordNotFound
- render :action => "not_found", :status => :not_found
- end
-