caxlsx / caxlsx_rails

A Rails plugin to provide templates for the axlsx gem
MIT License
744 stars 84 forks source link

Remove `new` because `call` is a static method #114

Closed LionelLindt closed 5 years ago

LionelLindt commented 5 years ago

The call method of ActionView::Template::Handlers::AxlsxBuilder is static, therefore it doesn't have to get initialised.