# File lib/generators/kaminari/views_generator.rb, line 112 def get_content_for(path) open('https://api.github.com/repos/amatsuda/kaminari_themes/contents/' + path) do |json| Base64.decode64(ActiveSupport::JSON.decode(json.read)['content']) end end