Class: PaperTrail::RelatedChanges::BaseController

Inherits:
ApplicationController show all
Defined in:
app/controllers/paper_trail/related_changes/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/paper_trail/related_changes/base_controller.rb', line 4

def show
  render json: { data: versions.to_a, meta: {} }
end