Sha256: 95a6ac7b3469858c627f39d386cb17076ddd922961ffd003a8d8b0962933d5d2
Contents?: true
Size: 521 Bytes
Versions: 7
Compression:
Stored size: 521 Bytes
Contents
# This file was generated by the `rails generate sharing_tags:install` command. SharingTags.configure do # global configuration title "Global site title" description "Global site description" page_url { root_url } image { image_url('img.jpg') } # # for switch context call `sharing_tags.switch_context_to(:user)` in controller action # context :user do # title "User site title" # description "User site description" # page_url { profile_url } # end end
Version data entries
7 entries across 7 versions & 1 rubygems