Forums » Development »
Added by mo gang over 11 years ago
I want to change help_url to local .htm file
What shall I do?
code:
module Redmine
module Info
class << self
def app_name; 'Redmine' end
def url; 'http://www.redmine.org/' end
+ def help_url; 'http://www.redmine.org/guide' end+