require 'iord/controller' module Admin class ProductsController < ApplicationController include Iord::Controller end end