lib/rsg/generators/webpacker/templates/landing_controller.rb.erb in rsg-0.0.1 vs lib/rsg/generators/webpacker/templates/landing_controller.rb.erb in rsg-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ class LandingController < ApplicationController def show - @rails_version = Rails::VERSION + @rails_version = Rails.version @rsg_version = "<%= Rsg::VERSION %>" end end