Skip to content

Commit

Permalink
#1127 TRUE was deprecated in ruby 2.4, using true instead. (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aguardientico authored and justin808 committed Aug 9, 2018
1 parent 75c7408 commit 11cc2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.configure
DEFAULT_GENERATED_ASSETS_DIR = File.join(%w[public webpack], Rails.env).freeze
DEFAULT_SERVER_RENDER_TIMEOUT = 20
DEFAULT_POOL_SIZE = 1
DEFAULT_RANDOM_DOM_ID = TRUE # for backwards compatability
DEFAULT_RANDOM_DOM_ID = true # for backwards compatability

def self.configuration
@configuration ||= Configuration.new(
Expand Down

0 comments on commit 11cc2d8

Please sign in to comment.