From c1140632cdbd28c67f6ca98a07d3189b6133f8af Mon Sep 17 00:00:00 2001 From: Saurabh Bhatia Date: Tue, 24 Jun 2014 14:10:28 +0800 Subject: [PATCH] space fix --- app/models/concerns/slug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/slug.rb b/app/models/concerns/slug.rb index 6258faa..d82c0e4 100644 --- a/app/models/concerns/slug.rb +++ b/app/models/concerns/slug.rb @@ -1,4 +1,4 @@ - module Slug +module Slug extend ActiveSupport::Concern included do