Sha256: 0a9eb0524a85d5eb72ff7fdfe6faf3e74132386723c6c0da0f5c49371a9bf277
Contents?: true
Size: 263 Bytes
Versions: 12
Compression:
Stored size: 263 Bytes
Contents
(function() { "use strict"; App.PostsShowRoute = Ember.Route.extend({ renderTemplate: function() { this.render(); this.render('posts/_show_action_bar', { into: 'application', outlet: 'footer' }); } }); })();
Version data entries
12 entries across 12 versions & 1 rubygems