This website works better with JavaScript.
Explore
Help
Sign In
baarkerlounger
/
submit-social-housing-lettings-and-sales-data
mirror of
https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data.git
Watch
1
Star
0
Fork
You've already forked submit-social-housing-lettings-and-sales-data
0
Code
Issues
Projects
Releases
Wiki
Activity
Submit social housing lettings and sales data (CORE)
core
1604
Commits
223
Branches
264
Tags
66 MiB
Tree:
b8868e3abc
submit-social-housing-letti...
/
config
/
initializers
/
feature_toggle.rb
6 lines
89 B
Raw
Normal View
History
Unescape
Escape
CLDC-1248-select-needs-type (#661) * Make the needs type question available in non-prod environments Co-authored-by: Ted-U <Ted-U@users.noreply.github.com> * lint fixes * fixes based on review * add hint text Co-authored-by: Ted-U <Ted-U@users.noreply.github.com>
3 years ago
class
FeatureToggle
CLDC-456-start-date-validations (#683) * start date validations * remove condition * move code * lint fixes * updates * content update * remove unneeded validations * validations * review changes * Update app/models/validations/date_validations.rb Co-authored-by: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com> * update error messages * lint fixes * fix specs Co-authored-by: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com>
3 years ago
def
self
.
startdate_two_week_validation_enabled?
true
end
CLDC-1248-select-needs-type (#661) * Make the needs type question available in non-prod environments Co-authored-by: Ted-U <Ted-U@users.noreply.github.com> * lint fixes * fixes based on review * add hint text Co-authored-by: Ted-U <Ted-U@users.noreply.github.com>
3 years ago
end