lib/generators/bobot/templates/config/initializers/bobot.rb in bobot-2.5.0 vs lib/generators/bobot/templates/config/initializers/bobot.rb in bobot-2.6.0
- old
+ new
@@ -12,13 +12,14 @@
config.domains = bobot_config["domains"],
config.debug_log = bobot_config["debug_log"],
config.async = bobot_config["async"],
bobot_config["pages"].each do |page|
config.pages << Bobot::Configuration::Page.new(
- slug: page["slug"],
- language: page["language"],
- page_access_token: page["page_access_token"],
- page_id: page["page_id"],
+ slug: page["slug"],
+ language: page["language"],
+ page_access_token: page["page_access_token"],
+ page_id: page["page_id"],
+ get_started_payload: page["get_started_payload"],
)
end
end
else
warn "#{bobot_config_path} not configured yet in #{Rails.env} environment."