Skip to content

Commit 0726773

Browse files
committed
Merge branch 'master' of github.com:comfy/active_link_to
2 parents e122da8 + 5cdd7ad commit 0726773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_link_to/active_link_to.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ActiveLinkTo
44
# :active => Boolean | Symbol | Regex | Controller/Action Pair
55
# :class_active => String
66
# :class_inactive => String
7-
# :disable_active => Boolean
7+
# :active_disable => Boolean
88
# :wrap_tag => Symbol
99
# Example usage:
1010
# active_link_to('/users', class_active: 'enabled')

0 commit comments

Comments
 (0)