Module | GetArgs |
In: |
lib/merb-action-args/get_args.rb
|
Used in mapping controller arguments to the params hash. NOTE: You must have the ‘ruby2ruby’ gem installed for this to work.
# In PostsController def show(id) #=> id is the same as params[:id]