Refactored core Redmine patches so the plugin can be run in development.

This commit is contained in:
Eric Davis
2009-04-21 21:44:58 -07:00
parent 5513f0064b
commit 452edfeeaa
6 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
class RatesController < ApplicationController
unloadable
helper :users
helper :sort
include SortHelper

View File

@@ -1,4 +1,5 @@
class Rate < ActiveRecord::Base
unloadable
class InvalidParameterException < Exception; end
belongs_to :project