Sha256: caafbb65e20a76802beb4a792a88c6d4d1a8ad168d2c8876da19c87f172c4ff1
Contents?: true
Size: 329 Bytes
Versions: 99
Compression:
Stored size: 329 Bytes
Contents
class PagesController < ApplicationController def index html = <<-HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <p><%= flash[:alert] %></p> </body> </html> HTML render inline: html end end
Version data entries
99 entries across 99 versions & 1 rubygems