How to load CS alias?
CS alias extra makes
CSavailable as a shorthand forConvenientService.In order to load it, require
convenient_serviceand the extra.require "convenient_service" require "convenient_service/extras/alias"Once loaded,
CScan be used in place ofConvenientService.class Service include CS::Standard::Config def result success end end