6 lines
112 B
Ruby
6 lines
112 B
Ruby
class IngredientsController < ApplicationController
|
|
include Concerns::Finders
|
|
|
|
before_action :authorize
|
|
end
|