essage for rails.
a more elegant way to show message / tips.
gem 'essage-rails'
- add essage.js to bottom of your applicaton.html.erb
</body>
<%= javascript_include_tag "essage" %>
- add css to your application.css
*= require essage
essage for rails.
a more elegant way to show message / tips.
gem 'essage-rails'
</body>
<%= javascript_include_tag "essage" %>
*= require essage