Sha256: 0b8d354ca5216c5b3cd93a0b7cefa28de64ca3c612fafc510ffa622a6018bbf2

Contents?: true

Size: 142 Bytes

Versions: 6

Compression:

Stored size: 142 Bytes

Contents

module Fakes
  class Article
    def self.table_name
      "articles"
    end

    def self.column_names
      %w[id title]
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
godmin-2.3.0 test/fakes/article.rb
godmin-2.2.2 test/fakes/article.rb
godmin-2.2.1 test/fakes/article.rb
godmin-2.2.0 test/fakes/article.rb
godmin-2.1.0 test/fakes/article.rb
godmin-2.0.0 test/fakes/article.rb