Sha256: dff16f8d7cc52f700acef4a72ab3f7a9be56b2ccf5611ed8b0ce36a1c42a4073
Contents?: true
Size: 186 Bytes
Versions: 11
Compression:
Stored size: 186 Bytes
Contents
# encoding: utf-8 class PoniesController < ApplicationController def index end def shut_up render :text => "Shut up Blue Pony; you are not as blue as you think!" end end
Version data entries
11 entries across 11 versions & 2 rubygems