Format
This commit is contained in:
@@ -29,7 +29,7 @@ class Cards::Columns
|
||||
end
|
||||
|
||||
def cache_key
|
||||
ActiveSupport::Cache.expand_cache_key([considering, on_deck, doing, closed, Workflow.all, user_filtering])
|
||||
ActiveSupport::Cache.expand_cache_key([ considering, on_deck, doing, closed, Workflow.all, user_filtering ])
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
@@ -13,6 +13,6 @@ class Cards::Columns::Column
|
||||
end
|
||||
|
||||
def cache_key
|
||||
ActiveSupport::Cache.expand_cache_key([cards])
|
||||
ActiveSupport::Cache.expand_cache_key([ cards ])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user