Sha256: 5e772543a1b5f9281dc682f61199e9ffccc5eb1b54a448830e61e5cad4555e34
Contents?: true
Size: 207 Bytes
Versions: 11
Compression:
Stored size: 207 Bytes
Contents
class HomeController < ApplicationController def show if Rails::VERSION::MAJOR >= 5 render html: "", layout: "application" else render text: "", layout: "application" end end end
Version data entries
11 entries across 11 versions & 1 rubygems