Skip to content

Commit bd87706

Browse files
committed
note that rails won't autoload the gem
1 parent 3e47685 commit bd87706

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Or install it yourself as:
2626
## Usage
2727

2828
```ruby
29+
require 'pairtree' # You'll need to do this in rails, as it won't find it automatically.
30+
2931
# Initiate a tree
3032
pairtree = Pairtree.at('./data', :prefix => 'pfx:', :create => true)
3133

0 commit comments

Comments
 (0)