Skip to content

molte/acts_as_complex_param

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActsAsComplexParam

Generates the to_param method a long with a find_by_param! method to convert back and forth from URL param to database attributes.

Usage

To setup the methods write the following in you model:

acts_as_param(:id, :title)

Assuming you want to construct the param from the id and title attributes. By default a hyphen (-) is inserted between the attributes as a separator.

Options

You can specify another separator in an options hash when defining the param:

acts_as_param(:number, :name, :separator => '_')

Copyright (c) 2009 Molte Emil Strange Andersen, released under the MIT license

About

Rails plugin to autogenerate methods to convert between ActiveRecord attributes and URL params.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages