Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Updated the Examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 16, 2011
1 parent 62cc259 commit 5675a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -43,7 +43,10 @@ A DataMapper plugin for adding predefined resources to Models.
License.predefined_resource_with(:name => 'GPL-2')
# => #<License: id: 1, name: "GPL-2", url: "http://www.gnu.org/copyleft/gpl.html">

License.predefined_names
License.predefined?(:gpl2)
# => true

License.predefined
# => [:gpl2, :mit]

## Requirements
Expand Down

0 comments on commit 5675a9b

Please sign in to comment.