Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Created September 10, 2012 19:48
Show Gist options
  • Save Gowiem/3693368 to your computer and use it in GitHub Desktop.
Save Gowiem/3693368 to your computer and use it in GitHub Desktop.
'dump' hash into methods problem
def show
if @app_navigation == "TabBar"
first_screen = TapwalkLink.new(@app_config.menu_items[0])
redirect_to url_for(:controller => first_screen.controller, first_screen.link_params)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment