lib/ez/controller.rb in ez-1.1.3 vs lib/ez/controller.rb in ez-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
module ActionController
class Base
if Rails.env.development?
- before_action :ez_update_tables
+ # before_action :ez_update_tables
def ez_update_tables
Rails.cache.fetch('ez-generate-yml') do
EZ::DomainModeler.generate_models_yml
end