Sha256: af3d1e4f3fcba5dec2841c7fc68e3aa621da005132c2b252b6441cd8a7147db9

Contents?: true

Size: 163 Bytes

Versions: 3

Compression:

Stored size: 163 Bytes

Contents

##
# Application record 是模块内所有模型的抽象基类。

class Wechat::Handler::ApplicationRecord < ActiveRecord::Base
  self.abstract_class = true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wechat-handler-2.1 app/models/wechat/handler/application_record.rb
wechat-handler-1.0 app/models/wechat/handler/application_record.rb
wechat-handler-0.1.2 app/models/wechat/handler/application_record.rb