Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear Set Up Instructions #134

Closed
LJ-03 opened this issue Feb 17, 2021 · 1 comment
Closed

Unclear Set Up Instructions #134

LJ-03 opened this issue Feb 17, 2021 · 1 comment

Comments

@LJ-03
Copy link

LJ-03 commented Feb 17, 2021

The set up instructions straight up don't work. Looks simple but it's not working and there's nothing on stack overflow that's helpful. I did as the readme asked:

add_breadcrumb "home", :root_path
  add_breadcrumb "my", :my_path

  def index
    # ...

    add_breadcrumb "index", index_path
  end

along with many other variants, but it's not working. The controller where the setup is located won't even load. I'm getting syntax errors for the colon ":" when setting it up the readme states.

@weppos
Copy link
Owner

weppos commented Feb 17, 2021

SyntaxError means you have written some invalid Ruby code. Please check the code of your controller file.

@weppos weppos closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants