2006-09-25 06:02:43 +00:00
|
|
|
# Copyright (c) 2006 L.M.H <lmh@info-pull.com>
|
|
|
|
# All Rights Reserved.
|
|
|
|
|
2006-09-24 00:21:23 +00:00
|
|
|
# Methods added to this helper will be available to all templates in the application.
|
|
|
|
module ApplicationHelper
|
2006-09-25 06:02:43 +00:00
|
|
|
|
2006-09-26 22:17:11 +00:00
|
|
|
def return_os_string()
|
2006-09-25 06:02:43 +00:00
|
|
|
end
|
|
|
|
|
2006-09-24 00:21:23 +00:00
|
|
|
end
|