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