Skip to content

Commit eab3019

Browse files
authored
Update friendly_id.md (CanCanCommunity#831)
fixing typo in class name. remove 4 from ActiveRecord4Adapter
1 parent 3329e59 commit eab3019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/friendly_id.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if defined?(CanCanCan)
1616

1717
module CanCan
1818
module ModelAdapters
19-
class ActiveRecord4Adapter < AbstractAdapter
19+
class ActiveRecordAdapter < AbstractAdapter
2020
@@friendly_support = {}
2121

2222
def self.find(model_class, id)

0 commit comments

Comments
 (0)