When trying to run rails s
getting the error as shown in figure
undefined local variable or methode 'config' for main:Object (NameError)
My application.rb file :
require File.expand_path('../boot', __FILE__)
require 'rails/all'
config.assets.paths << Rails.root.join("app", "assets", "fonts")