Sha256: 201086f706c07e35f7d17285ac3415adbf3a73edf9a0d13ab38135ef9bb3be18

Contents?: true

Size: 163 Bytes

Versions: 3

Compression:

Stored size: 163 Bytes

Contents

module WithModel
  class Base < ActiveRecord::Base
    self.abstract_class = true
    class << self
      def with_model?
        true
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
with_model-0.3.2 lib/with_model/base.rb
with_model-0.3.1 lib/with_model/base.rb
with_model-0.3 lib/with_model/base.rb