Skip to content

Commit

Permalink
Renaming module to ArHrefSlug
Browse files Browse the repository at this point in the history
  • Loading branch information
abellotti committed Mar 21, 2017
1 parent 297a690 commit f0de33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/application_record.rb
Expand Up @@ -6,7 +6,7 @@ class ApplicationRecord < ActiveRecord::Base
include ArRegion
include ArLock
include ArNestedCountBy
include ArSlug
include ArHrefSlug
include ToModelHash

extend ArTableLock
Expand Down
@@ -1,4 +1,4 @@
module ArSlug
module ArHrefSlug
extend ActiveSupport::Concern

included do
Expand Down

0 comments on commit f0de33b

Please sign in to comment.