Method not available on this version
This method is only available on newer versions.
The first available version (v7.2.3) is shown here.
name()
public
# File railties/lib/rails/application.rb, line 140
def name
self.class.name.underscore.dasherize.delete_suffix("/application")
end