agenteo (owner)

Revisions

gist: 198608 Download_button fork
public
Description:
rails snippets
Public Clone URL: git://gist.github.com/198608.git
Embed All Files: show embed
rails_snippets.rb #
1
2
3
4
5
6
7
Recipe.all.each(&:save)
 
YAML::load( File.open( 'README' ) )
 
self.class.helpers.link_to(
 
include ActionController::UrlWriter