Translations and other little improvements.
This commit is contained in:
parent
951d19db6a
commit
a0e10141dc
17 changed files with 63 additions and 58 deletions
|
|
@ -36,7 +36,8 @@ class Admin::OrdergroupsController < ApplicationController
|
|||
|
||||
def create
|
||||
@ordergroup = Ordergroup.new(params[:ordergroup])
|
||||
|
||||
@ordergroup.account_updated = Time.now
|
||||
|
||||
if @ordergroup.save
|
||||
flash[:notice] = 'Ordergroup was successfully created.'
|
||||
redirect_to([:admin, @ordergroup])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue