Sha256: cd7efc8f0cace96e113daa774ec2be589c747531c924c882e2991fd90054fd50

Contents?: true

Size: 148 Bytes

Versions: 2

Compression:

Stored size: 148 Bytes

Contents

class TexController < ApplicationController
  layout false

  def example
    render "example"
  end

  def example2
    render "example2"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
latexpdf-0.6.1 test/dummy/app/controllers/tex_controller.rb
latexpdf-0.6.0 test/dummy/app/controllers/tex_controller.rb