Class: Thredded::NullUserTopicReadState

Inherits:
Object
  • Object
show all
Defined in:
app/models/thredded/null_user_topic_read_state.rb

Instance Method Summary collapse

Instance Method Details

#pageObject



4
5
6
# File 'app/models/thredded/null_user_topic_read_state.rb', line 4

def page
  1
end

#read?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/models/thredded/null_user_topic_read_state.rb', line 8

def read?
  false
end