Sha256: 0b77eaac53b5f5697a04ba47ed1966b803bfbb610331b7403bb4eb92e38f1b09
Contents?: true
Size: 143 Bytes
Versions: 5
Compression:
Stored size: 143 Bytes
Contents
class HelloWorldController < ActionController::Base def say_it render :text => component("hello_world/say_it", params[:string]) end end
Version data entries
5 entries across 5 versions & 2 rubygems