Skip to content

Commit

Permalink
[miq_schedule.rb] Fixup array styles
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Nov 3, 2021
1 parent 5dc71b5 commit 0e59ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/miq_schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class MiqSchedule < ApplicationRecord
serialize :filter
serialize :run_at

SYSTEM_SCHEDULE_CLASSES = %w(MiqReport MiqAlert MiqWidget).freeze
VALID_INTERVAL_UNITS = %w(minutely hourly daily weekly monthly once).freeze
ALLOWED_CLASS_METHOD_ACTIONS = %w(automation_request).freeze
SYSTEM_SCHEDULE_CLASSES = %w[MiqReport MiqAlert MiqWidget].freeze
VALID_INTERVAL_UNITS = %w[minutely hourly daily weekly monthly once].freeze
ALLOWED_CLASS_METHOD_ACTIONS = %w[automation_request].freeze
IMPORT_CLASS_NAMES = %w[MiqSchedule].freeze

default_value_for :userid, "system"
Expand Down

0 comments on commit 0e59ada

Please sign in to comment.