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