mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-30 16:30:59 +00:00
Purged git history and removed sensitive information.
This commit is contained in:
commit
6bcc8dc76b
862 changed files with 25312 additions and 0 deletions
5
app/helpers/topics_helper.rb
Normal file
5
app/helpers/topics_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module TopicsHelper
|
||||
def lastpost topic
|
||||
topic_url(topic, :page => topic.last_page, :anchor => "post_#{topic.posts.last.id}")
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue