Gagan Shrestha
Results
2
issues of
Gagan Shrestha
Hi, I am using bootstrat-tour to present the feature tour of my app. Here is a sample code. ```javascript var tour = new Tour({ backdrop: true, steps: tour_steps, onStart: function(tour){...
I am getting deprecation warning when using this plugin with rails 3.1.3 I get following warning ``` ruby DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their...