Skip to content

Commit

Permalink
#FIX events view
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Apr 8, 2017
1 parent 903d0a7 commit 0b1409e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/concerns/action_logger_managment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def feeds
private

def logged_actions_list
type == 'Questionary' ? as_record_logged_actions : logged_actions
try(:type) && type == 'Questionary' ? as_record_logged_actions : logged_actions
end

end
end

0 comments on commit 0b1409e

Please sign in to comment.