Skip to content
Snippets Groups Projects
Unverified Commit d3d0deaa authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

bye bug

parent c475b0cd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ module WithSlug
before_validation :check_slug, :make_path
def check_slug
byebug
self.slug = to_s.parameterize if self.slug.blank?
current_slug = self.slug
n = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment