Skip to content

Commit

Permalink
Replace the mention of Transmuter with Pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 1, 2016
1 parent e58a5b8 commit 3826211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ complementary guide to the already existing community-driven
Some of the advice here is applicable only to Rails 4.0+.

You can generate a PDF or an HTML copy of this guide using
[Transmuter](https://github.com/TechnoGate/transmuter).
[Pandoc](http://pandoc.org/).

Translations of the guide are available in the following languages:

Expand Down Expand Up @@ -356,10 +356,10 @@ render plain: 'Ruby!'
attr_accessor :formatted_date_of_birth
attr_accessible :login, :first_name, :last_name, :email, :password
# Rails4+ enums after attr macros, prefer the hash syntax
enum gender: { female: 0, male: 1 }
# followed by association macros
belongs_to :country
Expand Down

0 comments on commit 3826211

Please sign in to comment.