Skip to content

Commit

Permalink
Drop the unneeded config.web_console.development_only
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Dec 6, 2015
1 parent 55ead90 commit 6cfeba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/web_console/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class Railtie < ::Rails::Railtie
config.web_console = ActiveSupport::OrderedOptions.new
config.web_console.whitelisted_ips = %w( 127.0.0.1 ::1 )

config.web_console.development_only = true

initializer 'web_console.initialize' do
require 'web_console/extensions'

Expand Down

0 comments on commit 6cfeba6

Please sign in to comment.