def create
    @observation = Observation.new(observation_params)
    respond_to do |format|
      if @observation.save
        format.html {