Sha256: 68e920b24bab0571a843ee9b14eb85dbb5f2eb02998c52614868cee85fd46bd6
Contents?: true
Size: 605 Bytes
Versions: 1
Compression:
Stored size: 605 Bytes
Contents
# Interage::Helper ## Installation Add this line to your application's Gemfile: ```ruby gem 'interage-helper', '~> 0.1' ``` And then execute: ```bash bundle install ``` Or install it yourself as: ```bash gem install interage-helper ``` ## Usage You can use a Rails generator to create `ApplicationHelper`: ```bash rails g interage:helper:install ``` And you can use a Rails generator to create helper classes: ```bash rails g interage:helper:create UsersByEmail User ``` ## Contributing Bug reports and merge requests are welcome on GitLab at https://gitlab.com/[USERNAME]/interage-helper.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
interage-helper-0.1.0 | README.md |