File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Hello World!! < a href ="https://github.com/yummy-ground "> Come Here</ a > < br />
22<% if true %>
3+ Text for True statement.< br />
4+ <% end %>
5+ <% if false %>
6+ Text for False statement.< br />
7+ <% end %>
38
4- <% end %>
9+ <% var = 'variable' %>
10+ <%= "It's " + var %>
Original file line number Diff line number Diff line change 66 get "up" => "rails/health#show" , as : :rails_health_check
77
88 get "/index" => "home#index" , as : :home
9+ get "/add" => 'calculator#add' , as : :calculator_add
910 # Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
1011 # get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
1112 # get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
You can’t perform that action at this time.
0 commit comments