Matt-Yorkley
|
8a18a4de66
|
Clear up redirecting logic and path building
|
2022-01-29 10:08:51 +00:00 |
|
Luis Ramos
|
e52937c113
|
Use rubocop auto correct to add frozen string literal to all files
This is an unsafe auto corection, we will need to trust our build here
|
2021-06-17 23:07:26 +01:00 |
|
Matt-Yorkley
|
e2a411c23c
|
Add map helper to RegistrationController
Fixes 3 errors including:
Registration Terms of Service agreement if accepting Terms of Service is not required allows registration as normal
Failure/Error: super
ActionView::Template::Error:
undefined method `using_google_maps?' for #<#<Class:0x00007fd4949c4558>:0x00007fd499dd0ae8>
# ./app/helpers/application_helper.rb:20:in `method_missing'
# ./app/views/registration/steps/_details.html.haml:60:in `_app_views_registration_steps__details_html_haml___1911121144363058234_70275472163280'
# ./app/views/registration/index.html.haml:12:in `block in _app_views_registration_index_html_haml__993897347679518865_70275545598940'
# ./app/views/registration/index.html.haml:11:in `each'
# ./app/views/registration/index.html.haml:11:in `_app_views_registration_index_html_haml__993897347679518865_70275545598940'
# ./lib/open_food_network/rack_request_blocker.rb:36:in `call'
# ------------------
# --- Caused by: ---
# NoMethodError:
# undefined method `using_google_maps?' for #<#<Class:0x00007fd4949c4558>:0x00007fd499dd0ae8>
# ./app/helpers/application_helper.rb:20:in `method_missing'
|
2021-05-03 14:17:54 +01:00 |
|
Luis Ramos
|
8a61257547
|
Rename all before_filter to before_action, it's the same function with a new name
|
2020-06-22 13:11:57 +01:00 |
|
Rob Harrington
|
81715aaf5d
|
Remove unrequired store registration action
|
2014-10-17 11:01:39 +11:00 |
|
Rob Harrington
|
c4d47ccc20
|
Change enterprise attributes defined in reg controller
|
2014-10-17 11:01:38 +11:00 |
|
Rob Harrington
|
6fa7d9cbcb
|
Registration controller checks number of owned enterpises
|
2014-09-25 12:10:45 +10:00 |
|
Rob Harrington
|
5d2d619d66
|
Assigning @spree_api_key for store
|
2014-09-19 18:31:33 +10:00 |
|
Rob H
|
6ee3010fa7
|
Differentiation of on-boarding process by url
|
2014-09-12 11:00:34 +10:00 |
|
Rob H
|
f1ef8ba3c7
|
Getting signup to work and authentication to load in reg specific template
|
2014-09-11 17:07:07 +10:00 |
|
Rob H
|
7dc42c9e39
|
Creating an enterprise works in registration process
|
2014-09-11 17:07:05 +10:00 |
|
Rob H
|
c92aa41e28
|
Adding introduction and details pages to registration process
|
2014-09-11 16:34:19 +10:00 |
|
Rob H
|
595aa760cb
|
Loads registration page with authentication
|
2014-09-11 16:34:19 +10:00 |
|