Class: Tanuki_Page_Missing

Inherits:
Tanuki_Controller show all
Defined in:
app/tanuki/page/missing/missing.rb

Instance Method Summary collapse

Methods included from Tanuki::ControllerBehavior

#[], #_ctx, #active?, #child_class, #configure, #current?, #default_route, dispatch, #each, #ensure_configured!, #forward_link, included, #initialize, #initialize_route, #length, #process_child_context, #to_s

Methods included from Tanuki::ControllerBehavior::ClassMethods

#arg_defs, #escape, extended, #extract_args, #grow_link, #has_arg

Methods included from Tanuki::BaseBehavior

#_ctx, #_has_tpl, #_run_tpl, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tanuki::BaseBehavior

Instance Method Details

#result_typeObject



6
7
8
# File 'app/tanuki/page/missing/missing.rb', line 6

def result_type
  :not_found
end

#visual_parentObject



2
3
4
# File 'app/tanuki/page/missing/missing.rb', line 2

def visual_parent
  nil
end