firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Resolve #72 - Fix the gsub of db/seeds.rb #75

Closed jelaniwoods closed 5 years ago

jelaniwoods commented 5 years ago

72 - Fixes the gsub of db/seeds.rb

For some reason, rails g active_admin:install now adds a conditional to the AdminUser.create! method call in db.seeds.rb which was breaking the Regex that template.rb was using to gsub the file. I've updated the Regex to be more accommodating.

raghubetina commented 5 years ago

@jelaniwoods LGTM :ship: