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