Module: FriendlyId::Reserved::Configuration
- Defined in:
- lib/friendly_id/reserved.rb
Overview
This module adds the :reserved_words
configuration option to
FriendlyId::Configuration.
Instance Attribute Summary (collapse)
-
- (Object) reserved_words
Returns the value of attribute reserved_words.
Instance Attribute Details
- (Object) reserved_words
Returns the value of attribute reserved_words
48 49 50 |
# File 'lib/friendly_id/reserved.rb', line 48 def reserved_words @reserved_words end |