Skip to content

Commit

Permalink
Fix in the format hash
Browse files Browse the repository at this point in the history
Fixed one last mistake in the code
  • Loading branch information
jhadvig committed Oct 4, 2012
1 parent 03f29f3 commit 51566d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruport/controller.rb
Expand Up @@ -219,7 +219,7 @@ def built_in_formats
{ :html => Ruport::Formatter::HTML,
:csv => Ruport::Formatter::CSV,
:pdf => Ruport::Formatter::PDF,
:pdf_prawn => Ruport::Formatter::PrawnPDF,
:prawn_pdf => Ruport::Formatter::PrawnPDF,
:text => Ruport::Formatter::Text }
end

Expand Down

0 comments on commit 51566d1

Please sign in to comment.