Add search page
- Fix issue with updater_name erroring out - Add search options is_new and name_changed
This commit is contained in:
@@ -12,6 +12,9 @@ class PoolVersionsController < ApplicationController
|
||||
respond_with(@pool_versions)
|
||||
end
|
||||
|
||||
def search
|
||||
end
|
||||
|
||||
def diff
|
||||
@pool_version = PoolArchive.find(params[:id])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user