Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shotengai
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
shotengai
Commits
24d865b8
Commit
24d865b8
authored
Oct 02, 2017
by
ivan Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add remark_input to custmoer order controller
parent
669ae57d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
orders_controller.rb
lib/shotengai/controller/customer/orders_controller.rb
+4
-3
product.rb
lib/shotengai/product.rb
+0
-4
No files found.
lib/shotengai/controller/customer/orders_controller.rb
View file @
24d865b8
...
...
@@ -47,9 +47,10 @@ module Shotengai
end
def
snapshot_params
params
[
:snapshot
]
&&
params
.
require
(
:snapshot
).
permit
(
:shotengai_series_id
,
:count
)
remark_input
=
params
.
fetch
(
:snapshot
).
fetch
(
:remark_input
,
nil
)
&
.
map
(
&
:permit!
)
params
.
fetch
(
:snapshot
).
permit
(
:shotengai_series_id
,
:count
,
).
merge
(
remark_input:
remark_input
)
end
def
edit_only_unpaid
...
...
lib/shotengai/product.rb
View file @
24d865b8
...
...
@@ -147,10 +147,6 @@ module Shotengai
catalog_class
.
where
(
id:
super
().
map
{
|
tag
|
Shotengai
::
Catalog
.
parse_tag
(
tag
)
})
}
end
# instance_eval do
# define_method(:)
# end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment