Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reverted commit
  • Loading branch information
aashish committed Mar 14, 2018
commit 16dca024ad7549f6cbd802d38dc09f953e3e74a3
6 changes: 3 additions & 3 deletions lib/stringex/acts_as_url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def initialize_urls
acts_as_url_configuration.adapter.initialize_urls! self
end

# Renitialize the url fields for the all records. Designed for people who
# want to update <tt>acts_as_url</tt> support once there's already
# development/production data they'd like to keep around.
# Renitialize the url fields for the all records. Designed for people who want to update
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [94/80]

# <tt>acts_as_url</tt> support once there's already development/production data they'd
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [92/80]

# like to keep around.
def reinitialize_urls
acts_as_url_configuration.adapter.reinitialize_urls! self
end
Expand Down