TheGnarCo/gnarails

Replace gsub with ERB templates

Open

#91 opened on Mar 22, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Ruby (1 fork)auto 404
good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Rather than gsubbing into files to replace variables, we should use the template method available on generators to use ERB files.

Contributor guide