Fixed rubocop issue.

This commit is contained in:
Martin Edenhofer 2015-09-07 01:20:30 +02:00
parent ab4d98aacb
commit 9997a2b119

View file

@ -16,7 +16,6 @@ class CreateStatsStore < ActiveRecord::Migration
add_index :stats_stores, [:created_by_id]
add_index :stats_stores, [:created_at]
Scheduler.create_or_update(
name: 'Generate user based stats.',
method: 'Stats.generate',