@category = Category.where(:slug => params[:category]).select(:id).first.id if params[:category]
Enough said.
Musings from an east coast software developer, writer and reader.
@category = Category.where(:slug => params[:category]).select(:id).first.id if params[:category]
Enough said.
You must be logged in to post a comment.
|