Class: Thredded::AllViewHooks::TopicPage

Inherits:
Object
  • Object
show all
Defined in:
app/view_hooks/thredded/all_view_hooks.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTopicPage

Returns a new instance of TopicPage.



141
142
143
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 141

def initialize
  @title = ViewHook.new
end

Instance Attribute Details

#titleThredded::AllViewHooks::ViewHook (readonly)



139
140
141
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 139

def title
  @title
end