Method: QuestionChain::Answers::InstanceMethods#show

Defined in:
lib/question_chain/answers.rb

#showObject

seems strange but its true allows  for pagination link to work inside list view  when editing



91
92
93
94
# File 'lib/question_chain/answers.rb', line 91

def show
  end_of_association_chain
  redirect_to edit_from_context_path
end