Sha256: 0825589466ad2427b543e6a5e9260a7aa313a9b32831d9eee5831b9d95cec3f5
Contents?: true
Size: 568 Bytes
Versions: 18
Compression:
Stored size: 568 Bytes
Contents
module RubyApp module Elements module Mobile module Navigation require 'ruby_app/elements/mobile/link' class NavigationLink < RubyApp::Elements::Mobile::Link template_path(:all, File.dirname(__FILE__)) attr_accessor :options def initialize super @options = RubyApp::Elements::Mobile::Navigation::NavigationLink.default_options end def self.default_options return {:transition => 'none'} end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems