Domain versioning

This commit is contained in:
Andres Keskküla 2014-09-29 13:24:54 +03:00
parent d94eb22fc6
commit a41505e319
16 changed files with 212 additions and 30 deletions

View file

@ -1,5 +1,5 @@
class Admin::ContactVersionsController < AdminController
before_action :set_contact
before_action :set_contact, only: [:show]
def index
@q = Contact.search(params[:q])