Sha256: 4f35818e3610763af36d4d6f45a455cc42bbad3c8a405c2dc51007d7bd4bec5a

Contents?: true

Size: 165 Bytes

Versions: 5

Compression:

Stored size: 165 Bytes

Contents

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

class Repres::Bootstrap::ApplicationRecord < ActiveRecord::Base
  self.abstract_class = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
repres-bootstrap-2.0 app/models/repres/bootstrap/application_record.rb
repres-bootstrap-1.11 app/models/repres/bootstrap/application_record.rb
repres-bootstrap-1.10.2 app/models/repres/bootstrap/application_record.rb
repres-bootstrap-1.10.1 app/models/repres/bootstrap/application_record.rb
repres-bootstrap-1.10 app/models/repres/bootstrap/application_record.rb