richardba / qrcode-rails

Automatically exported from code.google.com/p/qrcode-rails
0 stars 0 forks source link

Rails 3 Defect on init.rb #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Rails 3 deprection of:
#ActionView::Helpers::AssetTagHelper::register_javascript_include_default('qrcod
e')

Should be changed to:
ActionView::Helpers::AssetTagHelper.register_javascript_expansion :qrcode => 
["qrcode"]

Original issue reported on code.google.com by nacengin...@gmail.com on 17 Mar 2011 at 6:18

GoogleCodeExporter commented 9 years ago
I fixed it and made a port on github https://github.com/victorbstan/qrcode

Original comment by vic...@contactmonkey.com on 21 Feb 2012 at 11:58