[Source]
# File app/helpers/game_helper.rb, line 3 3: def link_to_remote_galaxy 4: link_to_remote("Galaxy view", :update => "content", :url => { :action => "ajax_galaxy" }) 5: end
[Validate]