module Alchemy::Custom::Model

Constants

VERSION

Public Class Methods

admin_controller_class() click to toggle source
# File lib/alchemy/custom/model.rb, line 53
def self.admin_controller_class
  @@base_admin_controller_class.constantize
end