Refactored core Redmine patches so the plugin can be run in development.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class RatesController < ApplicationController
|
||||
unloadable
|
||||
helper :users
|
||||
helper :sort
|
||||
include SortHelper
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
class Rate < ActiveRecord::Base
|
||||
unloadable
|
||||
class InvalidParameterException < Exception; end
|
||||
|
||||
belongs_to :project
|
||||
|
||||
Reference in New Issue
Block a user