expire favorite/list_users.json

This commit is contained in:
albert
2013-02-17 01:58:32 -05:00
parent 69246c14a6
commit 5ac578adf3
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ class LegacyController < ApplicationController
def tags
@tags = Tag.search(params).limit(100)
end
def unavailable
render :text => "this resource is no longer available", :status => 410
end
private
def tag_query