mirror of
https://github.com/lloeki/tilt-pdf.git
synced 2025-12-06 10:34:41 +01:00
FIX #2: requiring actionview fails and is useless
This commit is contained in:
parent
772a8a195e
commit
b08ce7b2b3
3 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
require 'tilt-pdf'
|
||||
require 'action_view/template/handlers'
|
||||
|
||||
module ActionView
|
||||
class Template
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
module Tilt
|
||||
module PDF
|
||||
VERSION = '0.1.1'
|
||||
|
||||
VERSION = '0.1.2'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue