My Recent Pastes (61 and counting)

Pastes by jhubert (61 and counting)

Pages:

Below are the 1 most recent pasties by jhubert.

June 29, 2006
11:55PM EDT
by jhubert

class TackController < ApplicationController
  
  def create
    Tack.create({:user_id => current_user.id, :question_id => params[:id]}) unless params[:id].nil?
  end

Previous page