lib/rails/generators/intercom/config/config_generator.rb in intercom-rails-0.3.5 vs lib/rails/generators/intercom/config/config_generator.rb in intercom-rails-0.3.8

- old
+ new

@@ -5,10 +5,10 @@ def self.source_root File.dirname(__FILE__) end argument :app_id, :desc => "Your Intercom app-id, which can be found here: https://app.intercom.io/apps/api_keys" - argument :api_secret, :desc => "Your Intercom api-secret, used for secure mode", :optional => true + argument :api_secret, :desc => "Your Intercom api-secret, used for Identity Verification", :optional => true argument :session_duration, :desc => "user session duration, this should match your app", :optional => true FALSEY_RESPONSES = ['n', 'no'] def create_config_file @app_id = app_id