Sha256: f82f526ac52a588e5b1b70bc706c610b72171b77658433462318f7baf9047f89

Contents?: true

Size: 149 Bytes

Versions: 2

Compression:

Stored size: 149 Bytes

Contents

class TextController < BaseController
  def humans
    render text: this_blog.humans
  end

  def robots
    render text: this_blog.robots
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre2 app/controllers/text_controller.rb
publify_core-9.0.0.pre1 app/controllers/text_controller.rb