Skip to content

Instantly share code, notes, and snippets.

/4.rb

Created September 26, 2014 20:51
module ProMotion
class StaticPageView < PageView
def self.method_missing(method_name, obj_or_klass, opts = {})
# NOTE ... do something here
end
end
end
class StaticPageView < ProMotion::StaticPageView
my_page PM::Screen.new, name: :my_page, index: :left
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment