Skip to content

Commit

Permalink
Readme updated, routes changed to accommodate Rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Skrynski committed Aug 10, 2015
1 parent 1f9db0c commit c2cc9f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ This plugin will allow adding [PlantUML](http://plantuml.sourceforge.net/) diagr

- you can choose between PNG or SVG images by setting the `plantuml` macro argument to either `png` or `svg`

## Known issues

- PlantUML diagrams are not rendered inside a PDF export, see https://github.com/dkd/plantuml/issues/1

## TODO

- add image caching
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
match 'plantuml/:content_type/:filename', to: 'plantuml#convert', via: [:get]
get 'plantuml/:content_type/:filename', to: 'plantuml#convert'

0 comments on commit c2cc9f7

Please sign in to comment.