Anil Muppalla

Results 2 issues of Anil Muppalla

I have a index.html.erb (Question Controller) ``` def index @questions = Question.all respond_to do |format| format.html {render layout: false} format.json { render json: @questions } end end ``` In another...

### Check for existing issues - [X] Completed ### Describe the feature jinja2 file extention is not part of the supported file formats. ### If applicable, add mockups / screenshots...

language