annotate .svn/pristine/ab/ab0b0facfbc991347f12721c7dda23510d7acb8c.svn-base @ 1069:734fe0c6b3e4 bibplugin_cache

added projects_controller_patch (includes the publications helper to the projects controller) - forgot to add this file to version control in the last commit.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 21 Nov 2012 11:24:42 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 class CustomField < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'CustomField0'
Chris@909 3 generator_for :field_format => 'string'
Chris@909 4
Chris@909 5 end