Compare commits

...

1 commit

Author SHA1 Message Date
7dca498c75 fix a few details 2014-02-24 09:50:00 +01:00

View file

@ -2,12 +2,12 @@
Integrates Tilt::PDF into Rails ActionView Integrates Tilt::PDF into Rails ActionView
See [Tilt::PDF](https://github.com/lloeki/tilt-pdf) for details See [Tilt::PDF](https://github.com/lloeki/tilt-pdf) for details about the templates themselves.
## Usage ## Usage
```ruby ```ruby
gem 'tilt-pdf-rails', require: 'tilt/pdf/rails' gem 'tilt-pdf-rails'
``` ```
Have a `FooController` `respond_to :pdf` and `render some_view` as usual. Have a `FooController` `respond_to :pdf` and `render some_view` as usual.