Project

joliprint

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Simple rails generator that creates a view helper to add joliprint button to your view
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.5.2
>= 0
 Project Readme

joliprint

A simple gem that contiains a view helper method that will place a Joliprint button on your webpage.

#Usage

Usage is simple just call Joliprint.joliprint_me from within any of your views to get joliprint button inserted on your page Dont forget that if you want it to print out correctly in rails 3 you will need to wrap the method call in the raw() helper method

<p> <%= raw(Joliprint.joliprint_me) %> </p>