Enable the Layout/LeadingCommentSpace cop
This commit is contained in:
parent
19ee24d559
commit
345b892956
10 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue