Sha256: 01924a31a6ff323bc27432c40f48c362b3db04af855e5213525a3ab987b95a02
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
# Appjs::Rails The additional library for javaScript ## Installation Add this line to your application's Gemfile: gem 'appjs-rails' And then execute: $ bundle Or install it yourself as: $ gem install appjs-rails ## Usage ```javascript app.addClass('Example', function() { return { toString: 'Class Example' } } ); app.example.init(); app.example.toString; // 'Class Example' ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appjs-rails-0.0.1 | README.md |