Sha256: d27cf07e216992f212591304d7dac98e1e9775606525f93336724e0c2f1cc029
Contents?: true
Size: 481 Bytes
Versions: 21
Compression:
Stored size: 481 Bytes
Contents
module Tags::SocialFeedTags include TrustyCms::Taggable desc %{Instagram posts feed *Usage:* <pre><code><r:instagram_posts tag="culturaltrust">/code></pre>} tag "instagram_posts" do |tag| posts = InstagramFeedService.new.get_feed_for_tag(tag.attr['tag']) request.env["action_controller.instance"].render_to_string :partial => "social/instagram_posts", :locals => {:posts => posts} end end
Version data entries
21 entries across 21 versions & 1 rubygems