mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-28 12:46:23 -05:00
style fix ups
This commit is contained in:
@@ -52,7 +52,9 @@ class GardensController < DataController
|
||||
private
|
||||
|
||||
def garden_params
|
||||
params.require(:garden).permit(:name, :slug, :description, :active,
|
||||
:location, :latitude, :longitude, :area, :area_unit, :garden_type_id)
|
||||
params.require(:garden).permit(
|
||||
:name, :slug, :description, :active,
|
||||
:location, :latitude, :longitude, :area, :area_unit, :garden_type_id
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -71,7 +71,7 @@ class MembersController < ApplicationController
|
||||
|
||||
EMAIL_TYPE_STRING = {
|
||||
send_notification_email: "direct message notifications",
|
||||
send_planting_reminder: "planting reminders"
|
||||
send_planting_reminder: "planting reminders"
|
||||
}.freeze
|
||||
|
||||
def member_params
|
||||
|
||||
Reference in New Issue
Block a user