f725a69dee
Then it will be easier to break things that are double nested out of that nesting.
8 lines
156 B
Ruby
8 lines
156 B
Ruby
class Bubbles::RecoversController < ApplicationController
|
|
include BubbleScoped
|
|
|
|
def create
|
|
redirect_to @bubble.recover_abandoned_creation
|
|
end
|
|
end
|