module Insights::API::Common::ApplicationControllerMixins::Common

Public Class Methods

included(other) click to toggle source
# File lib/insights/api/common/application_controller_mixins/common.rb, line 6
def self.included(other)
  other.extend(self::ClassMethods)
end

Private Instance Methods

model() click to toggle source
# File lib/insights/api/common/application_controller_mixins/common.rb, line 12
def model
  self.class.send(:model)
end