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

Version Path
langalex-components-0.0.1 test/app/controllers/hello_world_controller.rb
langalex-components-0.0.2 test/app/controllers/hello_world_controller.rb
langalex-components-0.0.3 test/app/controllers/hello_world_controller.rb
langalex-components-0.0.4 test/app/controllers/hello_world_controller.rb
components-0.0.5 test/app/controllers/hello_world_controller.rb