summaryrefslogtreecommitdiffstats
path: root/lib/redmine/plugin.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-11-16 17:12:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-11-16 17:12:02 +0000
commit5362a85f2bd7cf6dd4e6ca42f5899f61bb875203 (patch)
tree37deee65c171858e5dc5e264d97126e76262daf5 /lib/redmine/plugin.rb
parentf9ce4ff559a1f41dea6981c8cc37cd7e9f71e521 (diff)
downloadredmine-5362a85f2bd7cf6dd4e6ca42f5899f61bb875203.tar.gz
redmine-5362a85f2bd7cf6dd4e6ca42f5899f61bb875203.zip
Adds url and author_url plugin attributes (#2162).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2041 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/plugin.rb')
-rw-r--r--lib/redmine/plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/plugin.rb b/lib/redmine/plugin.rb
index ad8ed7bbb..ccd804f06 100644
--- a/lib/redmine/plugin.rb
+++ b/lib/redmine/plugin.rb
@@ -57,7 +57,7 @@ module Redmine #:nodoc:
end
end
end
- def_field :name, :description, :author, :version, :settings
+ def_field :name, :description, :url, :author, :author_url, :version, :settings
attr_reader :id
# Plugin constructor