Sha256: 934452754887716e024cefd4b06ad7269bf57d6b710e3fbc9e3224e5548ba89f

Contents?: true

Size: 151 Bytes

Versions: 7

Compression:

Stored size: 151 Bytes

Contents

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

  def robots
    render plain: this_blog.robots
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/controllers/text_controller.rb
publify_core-9.0.1 app/controllers/text_controller.rb
publify_core-9.0.0 app/controllers/text_controller.rb
publify_core-9.0.0.pre6 app/controllers/text_controller.rb
publify_core-9.0.0.pre5 app/controllers/text_controller.rb
publify_core-9.0.0.pre4 app/controllers/text_controller.rb
publify_core-9.0.0.pre3 app/controllers/text_controller.rb