Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/app/controllers/authorships_controller.rb @ 1125:7d772d053cff redmine-2.2-integration
Fixed if/else statement syntax error.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Jan 2013 16:24:42 +0000 |
parents | b4b72f1eb644 |
children | 4d5d25039a5f |
line wrap: on
line source
class AuthorshipsController < ApplicationController def index end def update end end