lib/templates/lib/app.rb.eruby in skellington-0.7.2 vs lib/templates/lib/app.rb.eruby in skellington-0.7.3
- old
+ new
@@ -17,10 +17,10 @@
respond_to do |wants|
wants.html do
@content = '<h1>Hello from <%= @gen.camelname %></h1>'
@title = '<%= @gen.camelname %>'
- @github_url = CONFIG['github_url'] || 'https://github.com'
+ @github_url = CONFIG['github_url']
erb :index, layout: :default
end
wants.json do
{