Skip to content

Commit

Permalink
[ifmeorg#1713] removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 13, 2020
1 parent 2eb8656 commit dd50fa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/moments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class MomentsController < ApplicationController
include MomentsFormHelper
include Shared
include TagsHelper
# include PagesConcern

before_action :set_moment, only: %i[show edit update destroy picture]
before_action :load_viewers, only: %i[new edit create update picture]
Expand All @@ -27,7 +26,6 @@ def index
def show
show_with_comments(@moment)
@resources = ResourceRecommendation.new(@moment).resources
# @resources = fetch_resources
end

# GET /moments/new
Expand Down

0 comments on commit dd50fa9

Please sign in to comment.