foodsoft/plugins/current_orders/app/controllers/current_orders_controller.rb

7 lines
115 B
Ruby

# encoding: utf-8
class CurrentOrdersController < ApplicationController
before_action :authenticate_orders
end