Open keating opened 10 years ago
The rails admin works well in the app now. But note the code from line 490 to line 595, many config.model are included in config.model FeePlan.
config.model
config.model FeePlan
(I think there should be a end on the line 511, while the end on the line 594 should be deleted. )
end
Yes rails admin works well now, but I guess this is just a contingency.
Anyway, I think the code in this file should be formatted.
@davefp
@keating I'm going to mark this as low priority since I'd like to get the payment functions working before we circle back to housekeeping.
Thank you for posting this!
OK, this issue is easy to fix.
The rails admin works well in the app now. But note the code from line 490 to line 595, many
config.model
are included inconfig.model FeePlan
.(I think there should be a
end
on the line 511, while theend
on the line 594 should be deleted. )Yes rails admin works well now, but I guess this is just a contingency.
Anyway, I think the code in this file should be formatted.
@davefp