Bootstrap modal in ruby on rails not working(not show up)-Twitter bootstrap
I am using rail4 and 'bootstrap-sass':'3.3.6'. I have followed steps in https://coderwall.com/p/ej0mhg/open-a-rails-form-with-twitter-bootstrap-modals and rewrited partials according to Bootstrap modal in ruby on rails not working. Partials: <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div…