Sha256: d6c8456926b364556af9a7836c2565561778604629eed5f74a6bf839423b91b5
Contents?: true
Size: 155 Bytes
Versions: 8
Compression:
Stored size: 155 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def index render :inline => "<%= image_tag('rails.png') %>" end end
Version data entries
8 entries across 8 versions & 1 rubygems