initial print setup

This commit is contained in:
Yan
2017-06-02 16:22:15 +06:30
parent 98a7c31ffa
commit 022a2e005f
24 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<h1>Editing Print Setting</h1>
<%= render 'form', print_setting: @print_setting %>
<%= link_to 'Show', @print_setting %> |
<%= link_to 'Back', print_settings_path %>