Sha256: ecdf8c8ff31c0f209971c92d207693c9515ca45240cd20cd12e1b70e88bcd0d6
Contents?: true
Size: 208 Bytes
Versions: 11
Compression:
Stored size: 208 Bytes
Contents
generate(:controller, "home index") remove_file 'app/views/home/index.html.haml' create_file 'app/views/home/index.html.haml' do <<-FILE %h1 #{app_name.humanize} FILE end route("root :to => 'home#index'")
Version data entries
11 entries across 11 versions & 4 rubygems