config/initializers/friendly_id.rb in phcscriptcdnpro-14.1.0 vs config/initializers/friendly_id.rb in phcscriptcdnpro-15.0.0

- old
+ new

@@ -15,11 +15,11 @@ # Some words could conflict with Rails's routes when used as slugs, or are # undesirable to allow as slugs. Edit this list as needed for your app. config.use :reserved config.reserved_words = %w(new edit index session login logout users admin - stylesheets assets javascripts images) + stylesheets assets javascripts images) # ## Friendly Finders # # Uncomment this to use friendly finders in all models. By default, if # you wish to find a record by its friendly id, you must do: @@ -36,17 +36,17 @@ # # Something else to consider is that using the :finders addon boosts # performance because it will avoid Rails-internal code that makes runtime # calls to `Module.extend`. # - # config.use :finders + config.use :finders # # ## Slugs # # Most applications will use the :slugged module everywhere. If you wish # to do so, uncomment the following line. # - # config.use :slugged + config.use :slugged # # By default, FriendlyId's :slugged addon expects the slug column to be named # 'slug', but you can change it if you wish. # # config.slug_column = 'slug'