mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Disable generators
This commit is contained in:
parent
a1eb936644
commit
d899dd5b91
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ module Registry
|
|||
g.stylesheets false
|
||||
g.javascripts false
|
||||
g.helper false
|
||||
g.template_engine :erb
|
||||
g.jbuilder false
|
||||
g.test_framework :rspec,
|
||||
controller_specs: false,
|
||||
view_specs: false,
|
||||
request_specs: false,
|
||||
routing_specs: false
|
||||
end
|
||||
|
||||
registrant_portal_uri = URI.parse(ENV['registrant_url'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue