def create
    @slack_trend = SlackTrend.new(slack_trend_params)

    respond_to do |format|
      if @slack_trend.save