1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add the fixture file

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Neeraj Singh 2010-11-22 08:58:49 -05:00 committed by José Valim
parent eb6ccc9953
commit cbb2651cc0

View file

@ -0,0 +1 @@
function addition(a,b){ return a+b; }