mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
5 lines
140 B
Ruby
5 lines
140 B
Ruby
module TopicsHelper
|
|
def lastpost topic
|
|
topic_url(topic, :page => topic.last_page, :anchor => "post_#{topic.posts.last.id}")
|
|
end
|
|
end
|