Skip to content

Commit

Permalink
include prawn/layout by default with prawn 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thorny_sun committed Feb 2, 2009
1 parent bee1e84 commit dbb8c1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/prawnto.rb
Expand Up @@ -2,6 +2,11 @@
require 'action_view'

require 'prawn'
begin
require "prawn/layout" # give people what they probably want
rescue LoadError
end

require 'prawnto/action_controller'
require 'prawnto/action_view'

Expand Down

0 comments on commit dbb8c1f

Please sign in to comment.