parent
6887995333
commit
b5ffc58d10
@ -0,0 +1,5 @@
|
|||||||
|
class IgnoresController < ApplicationController
|
||||||
|
def index
|
||||||
|
@ignores = Ignore.search(params[:name]).without_content
|
||||||
|
end
|
||||||
|
end
|
@ -1,2 +1,3 @@
|
|||||||
class Ignore < ApplicationRecord
|
class Ignore < ApplicationRecord
|
||||||
|
include Projectable
|
||||||
end
|
end
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
json.ignores @ignores, :id, :name
|
Loading…
Reference in new issue