Sha256: 27c213bba06f5c1e125927720d1f313daf6684aed746214ed5222875e5ec0429
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
# Tramway::Profiles This gem provides easy way to add info about social profiles of your organization ## Installation #### 1. Add this line to your application's Gemfile: ```ruby gem 'tramway-profiles' ``` #### 2. Generations ```shell rails g tramway:profiles:install rails db:migrate ``` #### 3. Install tramway-admin gem. [How-to](https://github.com/ulmic/tramway-dev/tree/develop/tramway-admin) #### 4. Add social network to the admin panel *app/initializers/tramway.rb* ```ruby ::Tramway::Admin.set_available_models(::Tramway::Profiles::SocialNetwork, project: :your_project_name) ``` ## Usage. English ...coming soon ## Использование And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install tramway-profiles ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-profiles-1.3.2 | README.md |