Skip to content

Commit 73dc732

Browse files
authored
Correct documentation for active_disable
1 parent de587d6 commit 73dc732

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)