README.md in petergate-0.1.13 vs README.md in petergate-0.1.14
- old
+ new
@@ -42,9 +42,18 @@
```erb
<%= link_to "destroy", destroy_listing_path(listing) if logged_in?(:admin, :customer, :etc) %>
```
+If you need to access available roles within your project you can by calling:
+
+```ruby
+User::ROLES
+# or
+User.available_roles
+```
+
+
Credits
-------
PeterGate is written and maintaned by Isaac Sloan and friends.