Use PictureUploader on Venue
This commit is contained in:
parent
f1f5fc1cd4
commit
2a4de3e869
3 changed files with 6 additions and 10 deletions
|
|
@ -44,7 +44,7 @@ module Admin
|
|||
private
|
||||
|
||||
def venue_params
|
||||
params.require(:venue).permit(:name, :street, :postalcode, :city, :country, :longitude, :latitude, :description, :website, :photo, :lodgings_attributes, :conference_id)
|
||||
params.require(:venue).permit(:name, :street, :postalcode, :city, :country, :longitude, :latitude, :description, :website, :picture, :picture_cache, :lodgings_attributes, :conference_id)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue