class ComponentPreviewsController
Public Instance Methods
Source
# File app/controllers/component_previews_controller.rb, line 20 def set_up_faker_locale Faker::Config.locale = "en-GB" end
Source
# File app/controllers/component_previews_controller.rb, line 13 def wrap_in_rollbackable_transaction ActiveRecord::Base.transaction do yield raise ActiveRecord::Rollback end end