Method: PeerReview.list_path
- Defined in:
- lib/peer_review.rb
.list_path ⇒ Object
Returns the absolute path to the domain list
15 16 17 |
# File 'lib/peer_review.rb', line 15 def list_path File.join(config_path,"domains.txt") end |