Sha256: fd986296b219e661051fdd5ddaebf72245d6ac1f7545a4b531a5ef0d02e2ba47
Contents?: true
Size: 905 Bytes
Versions: 2
Compression:
Stored size: 905 Bytes
Contents
<%= current_paths_header %> # added by script/generate pickle path when /^#{capture_model}(?:'s)? page$/ # eg. the forum's page path_to_pickle $1 when /^#{capture_model}(?:'s)? #{capture_model}(?:'s)? page$/ # eg. the forum's post's page path_to_pickle $1, $2 when /^#{capture_model}(?:'s)? #{capture_model}'s (.+?) page$/ # eg. the forum's post's comments page path_to_pickle $1, $2, :extra => $3 # or the forum's post's edit page when /^#{capture_model}(?:'s)? (.+?) page$/ # eg. the forum's posts page path_to_pickle $1, :extra => $2 # or the forum's edit page when /^the (.+?) page$/ # translate to named route send "#{$1.downcase.gsub(' ','_')}_path" # end added by pickle path <%= current_paths_footer %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ianwhite-pickle-0.1.8 | rails_generators/pickle/templates/paths.rb |
ianwhite-pickle-0.1.9 | rails_generators/pickle/templates/paths.rb |