diff options
| author | mo khan <mo@mokhan.ca> | 2014-07-05 17:32:53 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-07-05 17:32:53 -0600 |
| commit | 76862b73aaa4595f8313fed29c528b12bde55eb7 (patch) | |
| tree | a10e77d9a9f668acc8ba38d912782251e15d54fb /app/controllers/api/v1 | |
| parent | bd487422a0bc6e94d90686531de7b12a3fa12540 (diff) | |
remove usage of watermark from creations.
Diffstat (limited to 'app/controllers/api/v1')
| -rw-r--r-- | app/controllers/api/v1/cakes_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/v1/cakes_controller.rb b/app/controllers/api/v1/cakes_controller.rb index 90924aa1..7dc46473 100644 --- a/app/controllers/api/v1/cakes_controller.rb +++ b/app/controllers/api/v1/cakes_controller.rb @@ -44,7 +44,7 @@ module Api private def cake_params - params.require(:cake).permit(:name, :story, :watermark, :category_id, :tags) + params.require(:cake).permit(:name, :story, :category_id, :tags) end end end |
