Sha256: 45bf8f7395e8446cfa54d9fb34429af811b5eabc8b9fe08d165f2c957c5a8b8b
Contents?: true
Size: 155 Bytes
Versions: 24
Compression:
Stored size: 155 Bytes
Contents
class ApplicationController < ActionController::Base def index render :html => '<h1>Dummy::Application</h1>'.html_safe, :layout => false end end
Version data entries
24 entries across 13 versions & 3 rubygems