Sha256: b89f6e6759057b81de69babd0da11217c4e591a1b27f8dfc867dcc18b31a5d3e

Contents?: true

Size: 151 Bytes

Versions: 18

Compression:

Stored size: 151 Bytes

Contents

# frozen_string_literal: true
module Thredded
  class NullUserTopicReadState
    def page
      1
    end

    def read?
      false
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
thredded-0.10.0 app/models/thredded/null_user_topic_read_state.rb
thredded-0.9.4 app/models/thredded/null_user_topic_read_state.rb
thredded-0.9.3 app/models/thredded/null_user_topic_read_state.rb
thredded-0.9.2 app/models/thredded/null_user_topic_read_state.rb
thredded-0.9.1 app/models/thredded/null_user_topic_read_state.rb
thredded-0.8.4 app/models/thredded/null_user_topic_read_state.rb
thredded-0.8.2 app/models/thredded/null_user_topic_read_state.rb
thredded-0.7.0 app/models/thredded/null_user_topic_read_state.rb
thredded-0.6.3 app/models/thredded/null_user_topic_read_state.rb
thredded-0.6.2 app/models/thredded/null_user_topic_read_state.rb
thredded-0.6.1 app/models/thredded/null_user_topic_read_state.rb
thredded-0.6.0 app/models/thredded/null_user_topic_read_state.rb
thredded-0.5.1 app/models/thredded/null_user_topic_read_state.rb
thredded-0.5.0 app/models/thredded/null_user_topic_read_state.rb
thredded-0.4.0 app/models/thredded/null_user_topic_read_state.rb
thredded-0.3.2 app/models/thredded/null_user_topic_read_state.rb
thredded-0.3.1 app/models/thredded/null_user_topic_read_state.rb
thredded-0.3.0 app/models/thredded/null_user_topic_read_state.rb