Sha256: e0c9d9d5c5ed666013df1fe120699dd021fea434b25ab1820831961fc714a066
Contents?: true
Size: 553 Bytes
Versions: 6
Compression:
Stored size: 553 Bytes
Contents
module RubyApp module Elements module Mobile module Platforms module Ios require 'ruby_app/elements/mobile/document' class Document < RubyApp::Elements::Mobile::Document template_path(:all, File.dirname(__FILE__)) exclude_parent_template(:html) def initialize super self.attributes.merge!('manifest' => '/ruby_app/resources/elements/mobile/platforms/ios/manifest') end end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems