11 lines
238 B
Ruby
11 lines
238 B
Ruby
|
|
PrawnRails.config do |config|
|
||
|
|
config.page_layout = :portrait
|
||
|
|
config.page_size = "A4"
|
||
|
|
config.skip_page_creation = false
|
||
|
|
config.left_margin = 48
|
||
|
|
config.top_margin = 48
|
||
|
|
config.right_margin = 48
|
||
|
|
config.bottom_margin = 48
|
||
|
|
end
|
||
|
|
|