2 lines
99 B
Ruby
2 lines
99 B
Ruby
|
file_path = "#{Rails.root}/config/france_connect.yml"
|
||
|
FRANCE_CONNECT = Hashie::Mash.load(file_path)
|