2 changed files with 4 additions and 12 deletions
@ -1,17 +1,9 @@ |
|||||||
# frozen_string_literal: true |
# frozen_string_literal: true |
||||||
|
|
||||||
class DecisionsController < ApplicationController |
class DecisionsController < ApplicationController |
||||||
|
load_and_authorize_resource :jurisprudence, class: "Cdao::Jurisprudence" |
||||||
|
|
||||||
def index; end |
def index; end |
||||||
|
|
||||||
def new; end |
|
||||||
|
|
||||||
def edit; end |
|
||||||
|
|
||||||
def show; end |
def show; end |
||||||
|
|
||||||
def create; end |
|
||||||
|
|
||||||
def update; end |
|
||||||
|
|
||||||
def destroy; end |
|
||||||
end |
end |
||||||
|
|||||||
Loading…
Reference in new issue