Skip to content

Commit

Permalink
Mention supported options on README
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 5, 2009
1 parent be17718 commit b436d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Expand Up @@ -40,7 +40,8 @@ Then for each request:
You can retrieve all the scopes applied in one action with <tt>current_scopes</tt> method.
In the last case, it would return: { :featured => true, :by_degree => "phd" }.

Please check <tt>has_scope</tt> method for all the supported options.
<tt>has_scope</tt> support several options (:only, :except, :as, :if, :unless, :default
and :type), please check the documentation for a detailed description.

== Bugs and Feedback

Expand Down

0 comments on commit b436d76

Please sign in to comment.