Skip to content
Snippets Groups Projects
Commit 44061606 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

hour

parent 4859a749
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ class Importers::Api::Osuny::Communication::Website::Agenda::Event < Importers::
object.subtitle = Importers::Cleaner.clean_string params[:subtitle]
object.summary = Importers::Cleaner.html_to_string params[:summary]
object.from_day = params[:from_day]
object.from_hour = params[:from_hour]
object.created_at = params[:created_at]
object.published = params[:published] || false
object.save
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment