fix tag implications api
This commit is contained in:
@@ -10,7 +10,7 @@ class TagImplicationsController < ApplicationController
|
||||
def index
|
||||
@search = TagImplication.search(params[:search])
|
||||
@tag_implications = @search.order("(case status when 'pending' then 0 when 'queued' then 1 else 2 end), antecedent_name, consequent_name").paginate(params[:page])
|
||||
respond_with(@tag_implicationes)
|
||||
respond_with(@tag_implications)
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
Reference in New Issue
Block a user