Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
11
app/helpers/about_helper.rb
Normal file
11
app/helpers/about_helper.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module AboutHelper
|
||||
|
||||
def years_since_founded
|
||||
Date.today.year - 2004
|
||||
end
|
||||
|
||||
def years_since_asp_member
|
||||
Date.today.year - 2006
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user