Enable the Layout/LeadingCommentSpace cop

This commit is contained in:
gregoirenovel 2018-01-15 19:14:09 +01:00
parent 19ee24d559
commit 345b892956
10 changed files with 17 additions and 17 deletions

View file

@ -65,11 +65,11 @@ class Search < ActiveRecord::Base
Results.new(q)
end
#def self.refresh
# # TODO: could be executed concurrently
# # See https://github.com/thoughtbot/scenic#what-about-materialized-views
# Scenic.database.refresh_materialized_view(table_name, concurrently: false)
#end
# def self.refresh
# # TODO: could be executed concurrently
# # See https://github.com/thoughtbot/scenic#what-about-materialized-views
# Scenic.database.refresh_materialized_view(table_name, concurrently: false)
# end
private