Skip to content

uhlenbrock/peep_show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeepShow

A sneaky preview for dirty objects. View unsaved content in your show view.

Example

# Controller
def show
	@post = peep_show(:post)
end

# Form View
<%= submit_to_peep_show_('Preview', @post) %>

# Show View or Layout (optional)
<%= peep_show_flash %>

Copyright (c) 2008 Bobby Uhlenbrock, released under the MIT license

About

A sneaky preview for dirty objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages