Sha256: edb22b666fc9b1cf89406887902784251d9e45e108c6692941aff1dd0edf0dd2

Contents?: true

Size: 129 Bytes

Versions: 2

Compression:

Stored size: 129 Bytes

Contents

class Topic < ActiveRecord::Base
  def condition_is_true
    true
  end

  def condition_is_true_but_its_not
    false
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
cassandra_object-0.6.0.pre vendor/activemodel/test/models/topic.rb
recliner-0.0.1 vendor/activemodel/test/models/topic.rb